We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
jsx-eslint
ljharb
Learn more about funding links in repositories.
Report abuse
1 parent 1af50b8 commit e54b466Copy full SHA for e54b466
.github/workflows/rebase.yml
@@ -0,0 +1,15 @@
1
+name: Automatic Rebase
2
+
3
+on: [pull_request_target]
4
5
+jobs:
6
+ _:
7
+ name: "Automatic Rebase"
8
9
+ runs-on: ubuntu-latest
10
11
+ steps:
12
+ - uses: actions/checkout@v2
13
+ - uses: ljharb/rebase@master
14
+ env:
15
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/require-allow-edits.yml
@@ -0,0 +1,12 @@
+name: Require “Allow Edits”
+ name: "Require “Allow Edits”"
+ - uses: ljharb/require-allow-edits@main
0 commit comments