We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f04af commit a72efecCopy full SHA for a72efec
.github/workflows/auto-approve.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
auto-approve:
9
if: |
10
- github.actor == 'bluefoxbot' &&
+ github.actor == 'foxbot76' &&
11
github.event.label.name == 'automated pr 🔧'
12
13
runs-on: ubuntu-latest
.github/workflows/test-and-release.yml
@@ -121,6 +121,10 @@ jobs:
121
BODY="${BODY//$'\r'/'%0D'}"
122
echo "::set-output name=BODY::$BODY"
123
124
+ - name: Update npm to latest version
125
+ if: steps.automerge.outputs.mergeResult == 'merged'
126
+ run: npm install -g npm@latest
127
+
128
- name: Install Dependencies
129
if: steps.automerge.outputs.mergeResult == 'merged'
130
run: npm ci
0 commit comments