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 8f8c59d commit 4b471f8Copy full SHA for 4b471f8
.github/workflows/update-eslint.yaml
@@ -1,4 +1,4 @@
1
-name: Update electron
+name: Update ESLint
2
3
# Runs nightly and manually
4
on:
@@ -45,7 +45,7 @@ jobs:
45
with:
46
token: ${{ steps.app-token.outputs.token }}
47
commit-message: 'chore(deps): update eslint'
48
- branch: ci/update-electron
+ branch: ci/update-eslint
49
title: 'chore(deps): update eslint'
50
labels: no-title-validation
51
author: '${{ steps.app-token.outputs.app-slug}}[bot] <${{ steps.app-token.outputs.app-email }}>'
0 commit comments