Skip to content

Commit

Permalink
Add to new project and include PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsnaps committed Dec 8, 2023
1 parent 4957d5b commit 5f3c998
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/issues-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
issues:
types:
- opened
pull_request:
branches:
- main
types:
- opened

jobs:
add-to-project:
Expand All @@ -12,5 +17,5 @@ jobs:
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/Kuadrant/projects/5
project-url: https://github.com/orgs/Kuadrant/projects/18
github-token: ${{ secrets.ADD_ISSUES_TOKEN }}

0 comments on commit 5f3c998

Please sign in to comment.