File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 39
39
# set up environment variables to be used across all the jobs
40
40
env :
41
41
GOLANG_VERSION : " 1.18.x"
42
- GOLANGCI_LINT_VERSION : " v1.49 "
42
+ GOLANGCI_LINT_VERSION : " v1.50 "
43
43
KUBEBUILDER_VERSION : " 2.3.1"
44
44
KIND_VERSION : " v0.11.0"
45
45
ROOK_VERSION : " v1.6.8"
Original file line number Diff line number Diff line change 24
24
-
25
25
name : Pull Request
26
26
id : open-pr
27
- uses : repo-sync/pull-request@v2.6.2
27
+ uses : repo-sync/pull-request@v2.9
28
28
with :
29
29
destination_branch : ${{ env.DEST }}
30
30
github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-20.04
17
17
steps :
18
18
- name : Require labels
19
- uses : docker://agilepathway/pull-request-label-checker:v1.0.104
19
+ uses : docker://agilepathway/pull-request-label-checker:v1.2.7
20
20
with :
21
21
any_of : " ok to merge :ok_hand:"
22
22
none_of : do not merge
You can’t perform that action at this time.
0 commit comments