Skip to content

Commit

Permalink
Add new workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
Gellipapa committed Jan 17, 2024
1 parent 4575af7 commit f025dd8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/auto-move-project-card.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Add issue or pull request to project board

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

jobs:
auto-move-project-cards:
uses: esx-framework/.github/.github/workflows/automatic-add-issue-to-board.yml@main
secrets: inherit

0 comments on commit f025dd8

Please sign in to comment.