Skip to content

Commit

Permalink
Automatically add to the backlog.
Browse files Browse the repository at this point in the history
Automatically add to the backlog.

This will automatically add issues to https://github.com/orgs/zazuko/projects/23/views/4
  • Loading branch information
cristianvasquez authored Feb 20, 2023
1 parent 3feda9c commit d08c2af
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 d08c2af

Please sign in to comment.