chore: update project automation action
This commit is contained in:
parent
ace4e79e3f
commit
18abc84484
10
.github/workflows/project-new-issue.yml
vendored
10
.github/workflows/project-new-issue.yml
vendored
@ -5,11 +5,11 @@ on:
|
||||
types: [opened]
|
||||
|
||||
jobs:
|
||||
move-issue-column:
|
||||
add-to-project:
|
||||
name: Add issue to project
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: alex-page/github-project-automation-plus@v0.8.3
|
||||
- uses: actions/add-to-project@0.4.1
|
||||
with:
|
||||
project: Webrecorder Projects
|
||||
column: Triage
|
||||
repo-token: ${{ secrets.GHPROJECT_TOKEN }}
|
||||
project-url: https://github.com/orgs/webrecorder/projects/9
|
||||
github-token: ${{ secrets.GHPROJECT_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user