Skip to content

Commit

Permalink
Add new issues workflow (#235)
Browse files Browse the repository at this point in the history
Co-authored-by: Grzegorz Piotrowski <geopiotrowski@gmail.com>
  • Loading branch information
adam-cattermole and grzpiotrowski committed Aug 31, 2023
1 parent 9bfb9cb commit 7dcbc3d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/issues-workflow.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Add issues to project

on:
issues:
types:
- opened

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/Kuadrant/projects/5
github-token: ${{ secrets.ADD_ISSUES_TOKEN }}

0 comments on commit 7dcbc3d

Please sign in to comment.