ci: update build

This commit is contained in:
Carlos Alexandro Becker
2026-05-04 07:52:02 -03:00
committed by GitHub
parent 815b8640bd
commit a40b461a8f
-18
View File
@@ -170,21 +170,3 @@ jobs:
Write-Error "Expected 'nfpm-msix-test-ok' but got '$output'"
exit 1
}
dependabot:
needs: [license-check, unit-tests, acceptance-tests, msix-acceptance-tests, install-windows-pkgs, msix-windows-install]
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request'}}
steps:
- id: metadata
uses: dependabot/fetch-metadata@25dd0e34f4fe68f24cc83900b1fe3fe149efef98 # v3.1.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- run: |
gh pr review --approve "$PR_URL"
gh pr merge --squash --auto "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}