Skip to content

Core/plugin update: Jan 6 #657

Core/plugin update: Jan 6

Core/plugin update: Jan 6 #657

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'