Skip to content

Commit

Permalink
Added workflow_call to action
Browse files Browse the repository at this point in the history
  • Loading branch information
Gellipapa authored Jan 16, 2024
1 parent 9b02840 commit b3c1b91
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/automatic-add-issue-to-board.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
name: Add issue or pull request to project board

on:
issues:
types:
- opened
pull_request_target:
types:
- opened
workflow_call:

jobs:
add-to-project:
Expand Down

0 comments on commit b3c1b91

Please sign in to comment.