Add roles for townhalls and webinars #632
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Community Contributions | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
add_to_milestone: | |
if: ${{ vars.IS_PUBLIC_CONTRIB_REPO == 'true' }} | |
permissions: | |
pull-requests: write | |
env: | |
GH_TOKEN: ${{ github.token }} | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- run: gh pr edit ${{ github.event.number }} --milestone "Community Contributions" |