Skip to content

Commit

Permalink
chore(ci): add issue opened action
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Dec 29, 2024
1 parent e5ba09a commit db1615e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/issue-opened.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Issue opened

on:
issues:
types:
- reopened
- opened

jobs:
issue_opened:
name: congratsbot
uses: bombshell-dev/automation/.github/workflows/add-issue-to-project.yml@main

0 comments on commit db1615e

Please sign in to comment.