Changeset 55715 for trunk/.github/workflows/welcome-new-contributors.yml
- Timestamp:
- 05/03/2023 10:15:27 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/welcome-new-contributors.yml
r55487 r55715 5 5 types: [ opened ] 6 6 7 # Disable permissions for all available scopes by default. 8 # Any needed permissions should be configured at the job level. 9 permissions: {} 10 7 11 jobs: 8 12 # Comments on a pull request when the author is a new contributor. 9 13 post-welcome-message: 10 14 runs-on: ubuntu-latest 15 permissions: 16 issues: write 11 17 timeout-minutes: 5 12 18 if: ${{ github.repository == 'WordPress/wordpress-develop' }}
Note: See TracChangeset
for help on using the changeset viewer.