Skip to content

Commit

Permalink
Merge branch 'main' into str-empty
Browse files Browse the repository at this point in the history
  • Loading branch information
onairmarc committed Nov 17, 2024
2 parents 776a121 + 7b6d7ef commit 1e6943f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/_pullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@ permissions:
jobs:
Duster:
name: Duster
uses: EncoreDigitalGroup/.github/.github/workflows/dusterFixBlame.yml@v1
uses: EncoreDigitalGroup/ci-workflows/.github/workflows/dusterFixBlame.yml@v1
permissions:
contents: write
pull-requests: write
StaticAnalysis:
needs: Duster
name: StaticAnalysis
uses: EncoreDigitalGroup/.github/.github/workflows/larastan.yml@v1
uses: EncoreDigitalGroup/ci-workflows/.github/workflows/larastan.yml@v1
with:
phpVersion: '8.3'
branch: ${{ github.head_ref }}
path: 'src/'
Test:
needs: Duster
name: Test
uses: EncoreDigitalGroup/.github/.github/workflows/pest.yml@v1
uses: EncoreDigitalGroup/ci-workflows/.github/workflows/pest.yml@v1
with:
phpVersion: '8.3'
branch: ${{ github.head_ref }}
AutoMerge:
needs: [ StaticAnalysis, Test ]
name: AutoMerge
uses: EncoreDigitalGroup/.github/.github/workflows/dependabotAutoMerge.yml@v1
uses: EncoreDigitalGroup/ci-workflows/.github/workflows/dependabotAutoMerge.yml@v1
6 changes: 3 additions & 3 deletions .github/workflows/_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ permissions: write-all
jobs:
CreateRelease:
name: Create Release
uses: EncoreDigitalGroup/.github/.github/workflows/createRelease.yml@v1
uses: EncoreDigitalGroup/ci-workflows/.github/workflows/createRelease.yml@v1
permissions:
contents: write
with:
generate_release_notes: true
is_draft: false
generateReleaseNotes: true
isDraft: false
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1e6943f

Please sign in to comment.