browsertrix/.github/workflows/project-new-issue.yml
2023-03-06 11:38:10 -08:00

16 lines
359 B
YAML

name: Assign new issues to Webrecorder Projects
on:
issues:
types: [opened]
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@0.4.1
with:
project-url: https://github.com/orgs/webrecorder/projects/9
github-token: ${{ secrets.GHPROJECT_TOKEN }}