Skip to content

Commit 5ddec7f

Browse files
committed
Refactor Actions
1 parent c34fb8c commit 5ddec7f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/bb.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
name: bb
2-
on:
3-
issues:
4-
types: [opened, reopened, edited, closed, labeled, unlabeled]
5-
pull_request_target:
6-
types: [opened, reopened, edited, closed, labeled, unlabeled]
71
jobs:
82
main:
93
runs-on: ubuntu-latest
104
steps:
115
- uses: unifiedjs/beep-boop-beta@main
126
with:
137
repo-token: ${{secrets.GITHUB_TOKEN}}
8+
name: bb
9+
on:
10+
issues:
11+
types: [closed, edited, labeled, opened, reopened, unlabeled]
12+
pull_request_target:
13+
types: [closed, edited, labeled, opened, reopened, unlabeled]

0 commit comments

Comments
 (0)