Skip to content

Commit

Permalink
Enable unified beep-boop action
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Oct 24, 2023
1 parent adadeb4 commit f5ac4b0
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/bb.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: bb
on:
issues:
types:
- opened
- reopened
- edited
- closed
- labeled
- unlabeled
pull_request_target:
types:
- opened
- reopened
- edited
- closed
- labeled
- unlabeled
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: unifiedjs/beep-boop-beta@main
with:
repo-token: ${{secrets.GITHUB_TOKEN}}

0 comments on commit f5ac4b0

Please sign in to comment.