Skip to content

Commit 4309e99

Browse files
committed
Trying to opt into rebase action
1 parent dae5dd3 commit 4309e99

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/rebase.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
on: issue_comment
2+
name: Automatic Rebase
3+
jobs:
4+
rebase:
5+
name: Rebase
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@master
9+
- name: Automatic Rebase
10+
uses: cirrus-actions/[email protected]
11+
env:
12+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)