Skip to content

Commit

Permalink
Remove GH action auto-trigger on issue creation
Browse files Browse the repository at this point in the history
  • Loading branch information
oxalorg committed Oct 9, 2023
1 parent 3b0a2f7 commit e9da790
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/add_to_project_board.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Add new pr or issue to project board

on: [issues]
on:
#on: [issues]

jobs:
add-to-project:
Expand Down

0 comments on commit e9da790

Please sign in to comment.