Fix typo in v1 group documentation #291
Workflow file for this run
This file contains hidden or 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" |