This commit is contained in:
Titus Wormer 2021-08-05 15:36:57 +02:00
parent 1e52e472ef
commit 980f376e84
No known key found for this signature in database
GPG key ID: E6E581152ED04E2E

13
.github/workflows/bb.yml vendored Normal file
View file

@ -0,0 +1,13 @@
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}}