Skip to content

Commit

Permalink
ci(actions/auto-merge-dependabot): see if this fixes it (#35)
Browse files Browse the repository at this point in the history
* build(docker): remove as it doesn't make sense for this

* chore(lefthook): remove unused

* style(golangci-lint): add config

* refactor: rewire password handling

* style: fix lint issues

* fix: more lint issues

* style(golangci-lint): update config re: deprecated linters

* ci(actions/auto-merge-dependabot): see if this fixes it
  • Loading branch information
jlucktay committed Aug 21, 2021
1 parent d5c0f7f commit c421e8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/auto-merge-dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Auto merge Dependabot

on: pull_request
on: pull_request_target

jobs:
auto-merge:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Auto merge Dependabot
Expand Down

0 comments on commit c421e8d

Please sign in to comment.