From eaedeb28fff0dea39b0e612c7b88a8ed8b9f1029 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 3 Feb 2025 15:10:59 +0000 Subject: [PATCH] Update dependabot workflow configuration Remove concurrency and simplify event handling in the workflow. --- .github/workflows/dependabot.yaml | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/.github/workflows/dependabot.yaml b/.github/workflows/dependabot.yaml index e2e953aab22c4..16401475b48fc 100644 --- a/.github/workflows/dependabot.yaml +++ b/.github/workflows/dependabot.yaml @@ -1,16 +1,13 @@ name: dependabot -# Dependabot is annoying, but this makes it a bit less so. on: pull_request: - types: [opened, closed] + types: + - opened permissions: contents: read -# Only run one instance per PR to ensure in-order execution. -concurrency: pr-${{ github.ref }} - jobs: dependabot-automerge: runs-on: ubuntu-latest @@ -46,16 +43,6 @@ jobs: PR_URL: ${{github.event.pull_request.html_url}} GH_TOKEN: ${{secrets.GITHUB_TOKEN}} - dependabot-automerge-notify: - # Send a slack notification when a dependabot PR is merged. - runs-on: ubuntu-latest - if: > - github.event_name == 'pull_request' && - github.event.action == 'closed' && - github.event.pull_request.merged == true && - github.event.pull_request.user.login == 'dependabot[bot]' && - github.repository == 'coder/coder' - steps: - name: Send Slack notification env: PR_URL: ${{github.event.pull_request.html_url}} @@ -71,7 +58,7 @@ jobs: "type": "header", "text": { "type": "plain_text", - "text": ":pr-merged: Auto merged Dependabot PR #${{ env.PR_NUMBER }}", + "text": ":pr-merged: Auto merge enabled for Dependabot PR #${{ env.PR_NUMBER }}", "emoji": true } }, pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy