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 fdde944 commit d95a7b2Copy full SHA for d95a7b2
.github/workflows/auto-fix.yml
@@ -3,7 +3,13 @@ name: auto-fix
3
on:
4
push:
5
branches:
6
- - 'master'
+ - master
7
+ pull_request_target:
8
+ branches:
9
10
+
11
+permissions:
12
+ contents: write
13
14
jobs:
15
auto-fix:
.github/workflows/pkg.pr.new.yml
@@ -1,4 +1,5 @@
1
name: publish-any-commit
2
on: [push, pull_request]
0 commit comments