1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-05 23:53:21 +00:00

Compare commits

...

5 Commits

Author SHA1 Message Date
Eebru
e1aa17b6f7 update Slack notify action 2022-10-10 15:54:20 +01:00
Eebru
dbeae4ba94 update enfore label action version 2022-10-10 15:49:43 +01:00
Eebru
9330e43293 update enfore label action version 2022-10-10 15:44:55 +01:00
Eebru
019e200380 add name to call workflow job 2022-10-10 15:39:08 +01:00
Eebru
7f0d2915ee Update download artifact action 2022-10-10 15:30:11 +01:00
4 changed files with 10 additions and 7 deletions

View File

@@ -697,7 +697,7 @@ jobs:
done
- name: Notify Slack on failure
uses: act10ns/slack@da3191ebe2e67f49b46880b4633f5591a96d1d33
uses: act10ns/slack@87c73aef9f8838eb6feae81589a6b1487a4a9e08
if: failure()
env:
SLACK_WEBHOOK_URL: ${{ steps.retrieve-secrets.outputs.devops-alerts-slack-webhook-url }}

View File

@@ -10,7 +10,9 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Enforce Label
uses: yogevbd/enforce-label-action@8d1e1709b1011e6d90400a0e6cf7c0b77aa5efeb
uses: yogevbd/enforce-label-action@a3c219da6b8fa73f6ba62b68ff09c469b3a1c024
with:
BANNED_LABELS: "hold"
BANNED_LABELS_DESCRIPTION: "PRs on hold cannot be merged"
BANNED_LABELS:
description: "hold"
BANNED_LABELS_DESCRIPTION:
description: "PRs on hold cannot be merged"

View File

@@ -72,7 +72,7 @@ jobs:
- name: Download all artifacts
if: ${{ github.event.inputs.release_type != 'Dry Run' }}
uses: bitwarden/gh-actions/download-artifacts@c1fa8e09871a860862d6bbe36184b06d2c7e35a8
uses: bitwarden/gh-actions/download-artifacts@c850faad0cf6c02a8c0dc46eddde2363fbd6c373a
with:
workflow: build.yml
workflow_conclusion: success
@@ -80,7 +80,7 @@ jobs:
- name: Download all artifacts
if: ${{ github.event.inputs.release_type == 'Dry Run' }}
uses: bitwarden/gh-actions/download-artifacts@c1fa8e09871a860862d6bbe36184b06d2c7e35a8
uses: bitwarden/gh-actions/download-artifacts@850faad0cf6c02a8c0dc46eddde2363fbd6c373a
with:
workflow: build.yml
workflow_conclusion: success

View File

@@ -8,4 +8,5 @@ on:
jobs:
call-workflow:
uses: bitwarden/gh-actions/.github/workflows/workflow-linter.yml@master
name: Call Workflow
uses: bitwarden/gh-actions/.github/workflows/workflow-linter.yml@master