Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/workflows/project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Add Issues to Backlog Project

on:
issues:
types:
- opened

jobs:
add-to-project:
name: Add issue to Backlog project
runs-on: ubuntu-latest
steps:
- name: Add issue to Backlog project
uses: actions/[email protected]
with:
project-url: https://github.com/orgs/numbersprotocol/projects/8
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
Loading