Skip to content

Commit

Permalink
Add bb
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jan 6, 2025
1 parent 8e43dc7 commit e7efb14
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/bb.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: unifiedjs/beep-boop-beta@main
with:
repo-token: ${{secrets.GITHUB_TOKEN}}
name: bb
on:
issues:
types: [closed, edited, labeled, opened, reopened, unlabeled]
pull_request_target:
types: [closed, edited, labeled, opened, reopened, unlabeled]

0 comments on commit e7efb14

Please sign in to comment.