Automation NOT adding issues in wp-proudcity to new project board #593
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: Backlog new issues | |
on: | |
issues: | |
types: | |
- reopened | |
- opened | |
jobs: | |
triage_issues: | |
if: github.repository == 'proudcity/wp-proudcity' | |
runs-on: ubuntu-latest | |
steps: | |
- name: Backlog to project board | |
uses: rachmari/actions-add-new-issue-to-column@1a459ef92308ba7c9c9dc2fcdd72f232495574a9 | |
with: | |
action-token: ${{ secrets.GITHUB_TOKEN }} | |
project-url: 'https://github.com/proudcity/wp-proudcity/projects/3' | |
column-name: 'Backlog' |