We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b718a8 commit 1c79964Copy full SHA for 1c79964
2 files changed
.github/workflows/auto-comment.yml
@@ -0,0 +1,23 @@
1
+name: Rebase Action
2
+
3
+on:
4
+ issues:
5
+ types:
6
+ - labeled
7
+ - unlabeled
8
+ pull_request:
9
10
11
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
0 commit comments