From 18abc84484964b72c3aa8dd7fa71f984f7068712 Mon Sep 17 00:00:00 2001 From: sua yoo Date: Mon, 6 Mar 2023 11:38:10 -0800 Subject: [PATCH] chore: update project automation action --- .github/workflows/project-new-issue.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/project-new-issue.yml b/.github/workflows/project-new-issue.yml index 0f53766b..1d8b97c0 100644 --- a/.github/workflows/project-new-issue.yml +++ b/.github/workflows/project-new-issue.yml @@ -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 }}