-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #564 from mimmi20/dependabot/composer/master/versi…
…on-updates-3384e103f0 composer(deps-dev): update phpstan/phpstan requirement from ^1.12.6 to ^1.12.7 in the version-updates group
- Loading branch information
Showing
4 changed files
with
27 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,19 @@ | ||
name: "Auto approve" | ||
|
||
permissions: | ||
pull-requests: write | ||
contents: write | ||
|
||
on: | ||
- pull_request_target | ||
|
||
jobs: | ||
auto-approve: | ||
name: "auto approve PR" | ||
runs-on: "ubuntu-24.04" | ||
|
||
if: ${{ github.actor == 'dependabot[bot]' }} | ||
|
||
permissions: | ||
pull-requests: write | ||
|
||
uses: "mimmi20/ci/.github/workflows/auto-approve.yml@8.1" | ||
with: | ||
pullRequestUrl: "${{ github.event.pull_request.html_url }}" | ||
steps: | ||
- uses: "fastify/github-action-merge-dependabot@v3" | ||
with: | ||
approve-only: true | ||
github-token: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,21 @@ | ||
name: "Auto merge" | ||
|
||
permissions: | ||
pull-requests: write | ||
contents: write | ||
|
||
on: | ||
- pull_request_target | ||
|
||
jobs: | ||
automerge: | ||
name: "enable auto merge for PR" | ||
runs-on: "ubuntu-24.04" | ||
|
||
if: ${{ github.actor == 'dependabot[bot]' }} | ||
|
||
permissions: | ||
pull-requests: write | ||
contents: write | ||
|
||
uses: "mimmi20/ci/.github/workflows/auto-merge.yml@8.1" | ||
with: | ||
pullRequestUrl: "${{ github.event.pull_request.html_url }}" | ||
steps: | ||
- uses: "fastify/github-action-merge-dependabot@v3" | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
use-github-auto-merge: true | ||
merge-method: "merge" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters