mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
tools: fix find-inactive actions
PR-URL: https://github.com/nodejs/node/pull/43377 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
This commit is contained in:
@@ -30,7 +30,7 @@ jobs:
|
||||
run: tools/find-inactive-collaborators.mjs
|
||||
|
||||
- name: Open pull request
|
||||
- uses: gr2m/create-or-update-pull-request-action@466b1b84c3291c6c69bc56377a6de54a1f4a297c
|
||||
uses: gr2m/create-or-update-pull-request-action@6720400cad8e74d7adc64640e4e6ea6748b83d8f
|
||||
# Creates a PR or update the Action's existing PR, or
|
||||
# no-op if the base branch is already up-to-date.
|
||||
env:
|
||||
|
||||
2
.github/workflows/find-inactive-tsc.yml
vendored
2
.github/workflows/find-inactive-tsc.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
run: tools/find-inactive-tsc.mjs >> $GITHUB_ENV
|
||||
|
||||
- name: Open pull request
|
||||
- uses: gr2m/create-or-update-pull-request-action@466b1b84c3291c6c69bc56377a6de54a1f4a297c
|
||||
uses: gr2m/create-or-update-pull-request-action@6720400cad8e74d7adc64640e4e6ea6748b83d8f
|
||||
# Creates a PR or update the Action's existing PR, or
|
||||
# no-op if the base branch is already up-to-date.
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user