Skip to content

Commit

Permalink
Merge pull request #164 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 committed Dec 11, 2023
2 parents 6f8b45c + 405ceaa commit cb64b66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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/add-to-project@v0.5.0
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 }}
2 changes: 1 addition & 1 deletion api/v1beta1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cb64b66

Please sign in to comment.