author | Nemo <commits@captnemo.in> | 2024-07-05 10:19:57.0 +05:30:00 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-05 10:19:57.0 +05:30:00 |
commit | fbd6c951fc7414e446ebb1961ec7158f9f7f1f88 [patch] |
|
tree | d865f4076ca4f009d9c69cfc76d27b66d2daea99 |
|
parent | 774d8ba3c52e94f8af003aefabd1b3a66a215a70 |
|
download | fbd6c951fc7414e446ebb1961ec7158f9f7f1f88.tar.gz |
Update auto-merge-dependabot.yml
Diff
.github/workflows/auto-merge-dependabot.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-merge-dependabot.yml b/.github/workflows/auto-merge-dependabot.yml index e1c7373..c121a6d 100644 --- a/.github/workflows/auto-merge-dependabot.yml +++ a/.github/workflows/auto-merge-dependabot.yml @@ -17,9 +17,12 @@ with: github-token: "${{ secrets.GITHUB_TOKEN }}" # We automatically merge all submodules and github actions updates. # since we use fairly well-trusted actions (owned by github/ruby) # and the git-submodule (emoji-every-day) is also trusted. - name: Enable auto-merge for Dependabot PRs for release data if: ${{contains(steps.metadata.outputs.dependency-names, '_data/emoji_every_day')}} if: ${{steps.dependabot-metadata.outputs.package-ecosystem}}!="bundler" run: gh pr merge --auto --rebase "$PR_URL" env: PR_URL: ${{github.event.pull_request.html_url}} GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}