Skip to content

Commit

Permalink
ci: add workflow to integrate this repository on our Project Board
Browse files Browse the repository at this point in the history
  • Loading branch information
lentidas committed Sep 7, 2023
1 parent e58a5b2 commit 7daf290
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/pr-issues-project.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: "pr-issues-project"

on:
issues:
types:
- opened
- reopened

pull_request:
types:
- opened
- reopened

jobs:
add-to-project:
uses: camptocamp/devops-stack/.github/workflows/pr-issues-project.yaml@main
secrets:
PROJECT_APP_PRIVATE_KEY: ${{ secrets.PROJECT_APP_PRIVATE_KEY }}

0 comments on commit 7daf290

Please sign in to comment.