Commit c150b31 1 parent 1b45713 commit c150b31 Copy full SHA for c150b31
File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
fetch-depth : ' 0' # This is required to actually get all the authors
20
20
persist-credentials : false
21
21
- run : tools/update-authors.mjs # Run the AUTHORS tool
22
- - uses : gr2m/create-or-update-pull-request-action@dc1726cbf4dd3ce766af4ec29cfb660e0125e8ee
22
+ - uses : gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5
23
23
# Creates a PR or update the Action's existing PR, or
24
24
# no-op if the base branch is already up-to-date.
25
25
env :
Original file line number Diff line number Diff line change 33
33
run : tools/find-inactive-collaborators.mjs
34
34
35
35
- name : Open pull request
36
- uses : gr2m/create-or-update-pull-request-action@dc1726cbf4dd3ce766af4ec29cfb660e0125e8ee
36
+ uses : gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5
37
37
# Creates a PR or update the Action's existing PR, or
38
38
# no-op if the base branch is already up-to-date.
39
39
env :
Original file line number Diff line number Diff line change 42
42
run : tools/find-inactive-tsc.mjs >> $GITHUB_ENV
43
43
44
44
- name : Open pull request
45
- uses : gr2m/create-or-update-pull-request-action@dc1726cbf4dd3ce766af4ec29cfb660e0125e8ee
45
+ uses : gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5
46
46
# Creates a PR or update the Action's existing PR, or
47
47
# no-op if the base branch is already up-to-date.
48
48
env :
Original file line number Diff line number Diff line change 21
21
with :
22
22
persist-credentials : false
23
23
- run : ./tools/license-builder.sh # Run the license builder tool
24
- - uses : gr2m/create-or-update-pull-request-action@dc1726cbf4dd3ce766af4ec29cfb660e0125e8ee
24
+ - uses : gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5
25
25
# Creates a PR or update the Action's existing PR, or
26
26
# no-op if the base branch is already up-to-date.
27
27
env :
Original file line number Diff line number Diff line change 40
40
run : echo "${{ env.new_version }}" > test/fixtures/tz-version.txt
41
41
42
42
- name : Open Pull Request
43
- uses : gr2m/create-or-update-pull-request-action@dc1726cbf4dd3ce766af4ec29cfb660e0125e8ee # Create a PR or update the Action's existing PR
43
+ uses : gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5 # Create a PR or update the Action's existing PR
44
44
env :
45
45
GITHUB_TOKEN : ${{ secrets.GH_USER_TOKEN }}
46
46
with :
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ jobs:
141
141
- run : ${{ matrix.run }}
142
142
env :
143
143
GITHUB_TOKEN : ${{ secrets.GH_USER_TOKEN }}
144
- - uses : gr2m/create-or-update-pull-request-action@dc1726cbf4dd3ce766af4ec29cfb660e0125e8ee
144
+ - uses : gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5
145
145
# Creates a PR or update the Action's existing PR, or
146
146
# no-op if the base branch is already up-to-date.
147
147
env :
You can’t perform that action at this time.
0 commit comments