Remove new issue project automation config (#718)
This commit is contained in:
parent
5f5bb5ea6e
commit
e8f88a797b
15
.github/workflows/project-new-issue.yml
vendored
15
.github/workflows/project-new-issue.yml
vendored
@ -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 }}
|
Loading…
Reference in New Issue
Block a user