From 87f50e7aa7cc374144e39a8a172a3696436b06b9 Mon Sep 17 00:00:00 2001 From: cpanato Date: Thu, 2 May 2024 14:00:16 +0200 Subject: [PATCH] drop job that is not useful Signed-off-by: cpanato --- .github/workflows/auto_merge.yaml | 27 --------------------------- .github/workflows/build-snapshot.yaml | 3 +-- 2 files changed, 1 insertion(+), 29 deletions(-) delete mode 100644 .github/workflows/auto_merge.yaml diff --git a/.github/workflows/auto_merge.yaml b/.github/workflows/auto_merge.yaml deleted file mode 100644 index aa8f5100c..000000000 --- a/.github/workflows/auto_merge.yaml +++ /dev/null @@ -1,27 +0,0 @@ -name: Dependabot auto-merge - -on: - pull_request: - -permissions: read-all - -jobs: - dependabot: - permissions: - contents: write - pull-requests: write - runs-on: ubuntu-latest - if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }} - steps: - - name: Dependabot metadata - id: metadata - uses: dependabot/fetch-metadata@5e5f99653a5b510e8555840e80cbf1514ad4af38 # v2.1.0 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - - - name: Enable auto-merge for Dependabot PRs - if: ${{ steps.metadata.outputs.update-type == 'version-update:semver-minor' || steps.metadata.outputs.update-type == 'version-update:semver-patch' }} - run: gh pr merge --auto --squash "$PR_URL" - env: - PR_URL: ${{ github.event.pull_request.html_url }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/build-snapshot.yaml b/.github/workflows/build-snapshot.yaml index cfcfa4a7f..5ce1b32ac 100644 --- a/.github/workflows/build-snapshot.yaml +++ b/.github/workflows/build-snapshot.yaml @@ -61,9 +61,8 @@ jobs: - snapshot permissions: actions: read # To read the workflow path. - id-token: write # To sign the provenance. - contents: write # To add assets to a release. uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.10.0 with: base64-subjects: "${{ needs.release.outputs.hashes }}" upload-assets: false + continue-on-error: true