Change Request: [name of change] #9
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 new issues into Triage | |
on: | |
issues: | |
types: [labeled] | |
permissions: write-all | |
jobs: | |
automate-project-columns: | |
if: contains(github.event.issue.labels.*.name, 'Leads team') | |
runs-on: ubuntu-latest | |
steps: | |
- uses: alex-page/[email protected] | |
with: | |
project: Mobile SOS Board | |
column: Backlog | |
repo-token: ${{ secrets.PROJECTS_PAT }} |