[stable31] chore: update workflows from templates (#6922)
* chore: update workflows from templates Signed-off-by: grnd-alt <github@belakkaf.net> * chore: set minimum phpVersion for psalm Signed-off-by: grnd-alt <github@belakkaf.net> --------- Signed-off-by: grnd-alt <github@belakkaf.net> Co-authored-by: grnd-alt <github@belakkaf.net>
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
name: Dependabot
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
pull_request_target: # zizmor: ignore[dangerous-triggers]
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
@@ -24,7 +24,7 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
auto-approve-merge:
|
||||
if: github.actor == 'dependabot[bot]' || github.actor == 'renovate[bot]'
|
||||
if: github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'renovate[bot]'
|
||||
runs-on: ubuntu-latest-low
|
||||
permissions:
|
||||
# for hmarr/auto-approve-action to approve PRs
|
||||
|
||||
Reference in New Issue
Block a user