Fix release to be up to date with main #1085
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: Move content PR to Project Board | |
on: | |
pull_request_target: | |
types: [opened] | |
paths: | |
- 'quickstarts/**' | |
env: | |
GITHUB_TOKEN: ${{ secrets.OPENSOURCE_BOT_TOKEN }} | |
jobs: | |
move-pr-to-project-board: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v3 | |
- name: Move PR to Project Board for triage | |
run: | | |
gh pr edit ${{github.event.pull_request.number}} --add-project "NR1 Quickstarts Community" |