Commit 2ccc03e 1 parent a70b276 commit 2ccc03e Copy full SHA for 2ccc03e
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@6720400cad8e74d7adc64640e4e6ea6748b83d8f
22
+ - uses : gr2m/create-or-update-pull-request-action@cb63b1c12a6c32d49cc613469950581413b29245
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@6720400cad8e74d7adc64640e4e6ea6748b83d8f
36
+ uses : gr2m/create-or-update-pull-request-action@cb63b1c12a6c32d49cc613469950581413b29245
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@6720400cad8e74d7adc64640e4e6ea6748b83d8f
45
+ uses : gr2m/create-or-update-pull-request-action@cb63b1c12a6c32d49cc613469950581413b29245
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@6720400cad8e74d7adc64640e4e6ea6748b83d8f
24
+ - uses : gr2m/create-or-update-pull-request-action@cb63b1c12a6c32d49cc613469950581413b29245
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 37
37
- run : ./tools/update-timezone.mjs
38
38
39
39
- name : Open Pull Request
40
- uses : gr2m/create-or-update-pull-request-action@6720400cad8e74d7adc64640e4e6ea6748b83d8f # Create a PR or update the Action's existing PR
40
+ uses : gr2m/create-or-update-pull-request-action@cb63b1c12a6c32d49cc613469950581413b29245 # Create a PR or update the Action's existing PR
41
41
env :
42
42
GITHUB_TOKEN : ${{ secrets.GH_USER_TOKEN }}
43
43
with :
Original file line number Diff line number Diff line change 83
83
with :
84
84
persist-credentials : false
85
85
- run : ${{ matrix.run }}
86
- - uses : gr2m/create-or-update-pull-request-action@6720400cad8e74d7adc64640e4e6ea6748b83d8f
86
+ - uses : gr2m/create-or-update-pull-request-action@cb63b1c12a6c32d49cc613469950581413b29245
87
87
# Creates a PR or update the Action's existing PR, or
88
88
# no-op if the base branch is already up-to-date.
89
89
env :
You can’t perform that action at this time.
0 commit comments