From 84ea500dc63e5edbf58521bf9ac7475647b409d4 Mon Sep 17 00:00:00 2001 From: Tierney Cyren Date: Mon, 8 Apr 2024 18:17:31 +0900 Subject: [PATCH] ci: tweak contributor issue titles and a couple other bits of metadata (#23) Signed-off-by: Tierney Cyren --- .github/workflows/contributors-monthly-twilio-labs.yml | 5 ++--- .github/workflows/contributors-monthly-twilio-samples.yml | 5 ++--- .github/workflows/contributors-monthly-twilio.yml | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/workflows/contributors-monthly-twilio-labs.yml b/.github/workflows/contributors-monthly-twilio-labs.yml index 728382f..0a8e8f2 100644 --- a/.github/workflows/contributors-monthly-twilio-labs.yml +++ b/.github/workflows/contributors-monthly-twilio-labs.yml @@ -47,10 +47,9 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: body: > - Here's a monthly contributor report for the Twilio Labs organization, - automatically generated with GitHub Actions. + Monthly contributor report, automatically generated with GitHub Actions. branch: actions/contributors # Custom branch *just* for this Action. commit-message: 'doc: generate contributor report for the Twilio Labs organization' - title: 'doc: generate contributor report for the Twilio Labs organization' + title: 'doc: generate contributor report' assignees: bnb # change to whoever you want to be assigned to this PR auto-merge: squash \ No newline at end of file diff --git a/.github/workflows/contributors-monthly-twilio-samples.yml b/.github/workflows/contributors-monthly-twilio-samples.yml index 6e9c366..a4cd6b6 100644 --- a/.github/workflows/contributors-monthly-twilio-samples.yml +++ b/.github/workflows/contributors-monthly-twilio-samples.yml @@ -47,10 +47,9 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: body: > - Here's a monthly contributor report for the Twilio Samples organization, - automatically generated with GitHub Actions. + Monthly contributor report, automatically generated with GitHub Actions. branch: actions/contributors # Custom branch *just* for this Action. commit-message: 'doc: generate contributor report for the Twilio Samples organization' - title: 'doc: generate contributor report for the Twilio Samples organization' + title: 'doc: generate contributor report' assignees: bnb # change to whoever you want to be assigned to this PR auto-merge: squash diff --git a/.github/workflows/contributors-monthly-twilio.yml b/.github/workflows/contributors-monthly-twilio.yml index 15e04ef..db745e0 100644 --- a/.github/workflows/contributors-monthly-twilio.yml +++ b/.github/workflows/contributors-monthly-twilio.yml @@ -47,10 +47,9 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: body: > - Here's a monthly contributor report for the Twilio organization, - automatically generated with GitHub Actions. + Monthly contributor report, automatically generated with GitHub Actions. branch: actions/contributors # Custom branch *just* for this Action. commit-message: 'doc: generate contributor report for the Twilio organization' - title: 'doc: generate contributor report for the Twilio organization' + title: 'doc: generate contributor report' assignees: bnb # change to whoever you want to be assigned to this PR auto-merge: squash \ No newline at end of file