Skip to content

Commit 1c79964

Browse files
authored
Turn rebase.yml into auto-comment.yml
1 parent 7b718a8 commit 1c79964

File tree

2 files changed

+23
-24
lines changed

2 files changed

+23
-24
lines changed

.github/workflows/auto-comment.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Rebase Action
2+
3+
on:
4+
issues:
5+
types:
6+
- labeled
7+
- unlabeled
8+
pull_request:
9+
types:
10+
- labeled
11+
- unlabeled
12+
13+
jobs:
14+
rebase:
15+
name: Auto Comment
16+
runs-on: ubuntu-latest
17+
steps:
18+
- name: Checkout Code
19+
uses: actions/checkout@v2.3.1
20+
- name: Comment on (un)labeled issue/Pull request
21+
uses: peaceiris/actions-label-commenter@v1.4.0-0
22+
with:
23+
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/rebase.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)