Skip to content

Commit

Permalink
ci: fix trigger for GitHub Projects
Browse files Browse the repository at this point in the history
  • Loading branch information
teolemon authored Oct 19, 2024
1 parent e720c9e commit 33d15d4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/github-projects.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
name: Add bugs to relevant GitHub Projects
name: Add issues to relevant GitHub Projects

on:
issues:
types:
- labeled
- opened
- labelled
- transferred
- edited

jobs:
add-to-project:
name: Add issue to project
name: Add issues to relevant GitHub Projects
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@main
Expand Down

0 comments on commit 33d15d4

Please sign in to comment.