Skip to content

Commit

Permalink
Merge pull request #449 from Kuadrant/gh_project
Browse files Browse the repository at this point in the history
Add issues/PRs to new Project
  • Loading branch information
alexsnaps authored Dec 11, 2023
2 parents 9da0bf6 + e9e62f2 commit eb26c0a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/issues-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
issues:
types:
- opened
pull_request:
types:
- opened

jobs:
add-to-project:
Expand All @@ -12,5 +15,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 eb26c0a

Please sign in to comment.