Skip to content

chore(deps): update patch-grouped (stable/8.7) #3800

chore(deps): update patch-grouped (stable/8.7)

chore(deps): update patch-grouped (stable/8.7) #3800

---
name: Internal - Global - Pull Request Labeler
on:
pull_request_target:
schedule:
- cron: 0 1 * * 1
pull_request:
paths:
- .github/workflows/labeler.yml
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5
- name: Notify in Slack in case of failure
id: slack-notification
if: failure() && github.event_name == 'schedule'
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@791f01a12a6b0c44f16a1dce9c9791de34ec4767 # 1.3.8
with:
vault_addr: ${{ secrets.VAULT_ADDR }}
vault_role_id: ${{ secrets.VAULT_ROLE_ID }}
vault_secret_id: ${{ secrets.VAULT_SECRET_ID }}