Skip to content

Commit

Permalink
Create add-to-backlog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode authored Feb 16, 2023
1 parent 9ce4ebe commit 72646fe
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/add-to-backlog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Add issues to shared backlog

on:
issues:
types:
- opened
pull_request:
types:
- opened

jobs:
add-to-project:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/zazuko/projects/23
github-token: ${{ secrets.BACKLOG_PAT }}

0 comments on commit 72646fe

Please sign in to comment.