File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7
7
jobs :
8
8
auto-pr :
9
9
name : Automated Master Branch PR
10
- runs-on : ubuntu-22.04
10
+ runs-on : [self-hosted]
11
11
permissions :
12
12
contents : write
13
13
packages : write
Original file line number Diff line number Diff line change 17
17
18
18
jobs :
19
19
build :
20
- runs-on : ubuntu-22.04
20
+ runs-on : [ self-hosted ]
21
21
permissions :
22
22
contents : write
23
23
packages : write
Original file line number Diff line number Diff line change 7
7
jobs :
8
8
auto-pr :
9
9
name : Automated Master Branch PR
10
- runs-on : ubuntu-22.04
10
+ runs-on : [ self-hosted ]
11
11
permissions :
12
12
contents : write
13
13
packages : write
49
49
pr_title : " ${{ env.SOURCE_BRANCH }} -> ${{ env.DEFAULT_BRANCH }}"
50
50
pr_label : " kira-automation"
51
51
pr_assignee : " asmodat"
52
- pr_allow_empty : true
52
+ pr_allow_empty : true
Original file line number Diff line number Diff line change 8
8
# isolate signing & repo cloning from docker image
9
9
setup :
10
10
name : Verify PR validity
11
- runs-on : ubuntu-22.04
11
+ runs-on : [ self-hosted ]
12
12
permissions :
13
13
contents : write
14
14
packages : write
@@ -110,4 +110,4 @@ jobs:
110
110
--- Please CLOSE this PR after acknowledging the issue ---
111
111
close-pr : false
112
112
lock-pr : true
113
- pr-lock-reason : ' spam'
113
+ pr-lock-reason : ' spam'
You can’t perform that action at this time.
0 commit comments