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