mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-05 23:33:08 +00:00
Merge pull request #944 from waku-org/fix-project-action
ci: remove classic project actions
This commit is contained in:
commit
31873e2ee2
26
.github/workflows/add-action-project-classic.yml
vendored
26
.github/workflows/add-action-project-classic.yml
vendored
@ -1,26 +0,0 @@
|
|||||||
name: Add new issues to js-waku project (classic)
|
|
||||||
|
|
||||||
on:
|
|
||||||
issues:
|
|
||||||
types: [opened]
|
|
||||||
pull_request_target:
|
|
||||||
types: [opened]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
add-new-issue-to-new-column:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Add issue to column "New"
|
|
||||||
if: ${{ !!github.event.issue }}
|
|
||||||
uses: alex-page/github-project-automation-plus@v0.6.0
|
|
||||||
with:
|
|
||||||
project: js-waku
|
|
||||||
column: New
|
|
||||||
repo-token: ${{ secrets.GH_ACTION_PROJECT_MGMT }}
|
|
||||||
- name: Add pull request to column "In Progress"
|
|
||||||
if: ${{ !!github.event.pull_request }}
|
|
||||||
uses: alex-page/github-project-automation-plus@v0.6.0
|
|
||||||
with:
|
|
||||||
project: js-waku
|
|
||||||
column: In Progress
|
|
||||||
repo-token: ${{ secrets.GH_ACTION_PROJECT_MGMT }}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user