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]
|
types: [opened]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
move-issue-column:
|
add-to-project:
|
||||||
|
name: Add issue to project
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: alex-page/github-project-automation-plus@v0.8.3
|
- uses: actions/add-to-project@0.4.1
|
||||||
with:
|
with:
|
||||||
project: Webrecorder Projects
|
project-url: https://github.com/orgs/webrecorder/projects/9
|
||||||
column: Triage
|
github-token: ${{ secrets.GHPROJECT_TOKEN }}
|
||||||
repo-token: ${{ secrets.GHPROJECT_TOKEN }}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user