Skip to content

Commit

Permalink
Merge pull request #229 from Kuadrant/gh_project
Browse files Browse the repository at this point in the history
Add issues/PR to new project
  • Loading branch information
eguzki authored Dec 12, 2023
2 parents 56fd3dd + f75be5c commit 4fcd032
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 4fcd032

Please sign in to comment.