Add bb
This commit is contained in:
parent
29eb2a025d
commit
9ba40ef7af
1 changed files with 13 additions and 0 deletions
13
.github/workflows/bb.yml
vendored
Normal file
13
.github/workflows/bb.yml
vendored
Normal 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}}
|
Loading…
Add table
Reference in a new issue