Update PR Triage Board #1765
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: 'Update PR Triage Board' | |
| on: | |
| schedule: | |
| - cron: '0 * * * *' # Run every day | |
| workflow_dispatch: | |
| jobs: | |
| pr-triage: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Update PR Triage Board | |
| uses: accordproject/pr-triage-board-bot@main | |
| with: | |
| organization: 'accordproject' | |
| project-number: '29' | |
| gh-app-id: '2856902' | |
| gh-app-installation-id: '109864494' | |
| gh-app-private-key: ${{ secrets.PR_BOT_APP_PRIVATE_KEY }} |