Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Add issues/PRs to new Project
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsnaps committed Dec 8, 2023
1 parent f513770 commit af90d26
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/issues-workflow.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Add issues to project

on:
issues:
types:
- opened
pull_request:
types:
- opened

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/Kuadrant/projects/18
github-token: ${{ secrets.ADD_ISSUES_TOKEN }}

This comment has been minimized.

Copy link
@jasonmadigan

This comment has been minimized.

Copy link
@jasonmadigan

jasonmadigan Dec 12, 2023

Member

Seems to be there as an org secret, so not sure what's up.

0 comments on commit af90d26

Please sign in to comment.