Remove new issue project automation config (#718)

This commit is contained in:
sua yoo 2023-03-21 13:49:34 -07:00 committed by GitHub
parent 5f5bb5ea6e
commit e8f88a797b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,15 +0,0 @@
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@v0.4.1
with:
project-url: https://github.com/orgs/webrecorder/projects/9
github-token: ${{ secrets.GHPROJECT_TOKEN }}