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 ca03ff3 commit e94e421Copy full SHA for e94e421
.github/workflows/auto-approve.yml
@@ -12,7 +12,7 @@ permissions:
12
13
jobs:
14
auto-approve:
15
- runs-on: [self-hosted, go-small]
+ runs-on: [ubuntu-latest]
16
if: ${{ github.actor == 'dependabot[bot]' }}
17
steps:
18
- name: Approve Dependabot PR
0 commit comments