Skip to content

Commit

Permalink
feat: add roadmap items to roadmap but not backlog (#1521)
Browse files Browse the repository at this point in the history
  • Loading branch information
nud3l authored Aug 14, 2023
1 parent b58b3a7 commit c5fc5ed
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,18 @@ on:

jobs:
add-to-project:
name: Add issue and pull request to project
name: Add issue and pull request to backlog
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/interlay/projects/3
github-token: ${{ secrets.PROJECTS }}
label: roadmap
label-operator: NOT
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/interlay/projects/4
github-token: ${{ secrets.PROJECTS }}
label: roadmap
label-operator: OR

2 comments on commit c5fc5ed

@vercel
Copy link

@vercel vercel bot commented on c5fc5ed Aug 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on c5fc5ed Aug 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.