We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f35be38 commit a9eafc0Copy full SHA for a9eafc0
.github/workflows/nitpicker.yml
@@ -0,0 +1,3 @@
1
+- markdown: |
2
+ Have you checked this code into `main`? If not, close this PR and do that first.
3
+ blocking: true
.github/workflows/pr-into-rel.yml
@@ -0,0 +1,21 @@
+name: Comment on PRs merged into release branches
+
+on:
4
+ pull_request:
5
+ types:
6
+ - opened
7
+ - reopened
8
+ branches:
9
+ - 'rel'
10
11
+permissions:
12
+ pull-requests: write
13
14
+jobs:
15
+ comment:
16
+ runs-on: ubuntu-latest
17
+ steps:
18
+ - uses: ethanis/nitpicker@v1
19
+ with:
20
+ nitpicks: '.github/workflows/nitpicker.yml'
21
+ token: '${{ secrets.GITHUB_TOKEN }}'
0 commit comments