Skip to content

Commit f9ae619

Browse files
authored
ci: bump midleman/slack-workflow-status to v3.1.0 (#7152)
### Summary Bumping to next version which allows filter jobs by regex pattern. We aren't using that feature here, but positron-build will. ### QA Notes n/a
1 parent a474396 commit f9ae619

File tree

4 files changed

+14
-13
lines changed

4 files changed

+14
-13
lines changed

.github/workflows/positron-python-nightly.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,11 @@ jobs:
134134

135135
steps:
136136
- name: Send Slack Notification
137-
uses: midleman/slack-workflow-status@v2.3.0
137+
uses: midleman/slack-workflow-status@v3.1.0
138138
with:
139-
repo_token: ${{ secrets.GITHUB_TOKEN }}
139+
gh_repo_token: ${{ secrets.GITHUB_TOKEN }}
140140
slack_token: ${{ secrets.SLACK_TOKEN_TEST_STATUS }}
141-
channel: "#positron-test-results"
142-
include_jobs_time: "false"
143141
notify_on: "failure"
142+
slack_channel: "#positron-test-results"
143+
include_job_durations: "false"
144+

.github/workflows/test-e2e-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ jobs:
134134
- run: |
135135
echo "Will notify on: ${{ env.notify_on }}"
136136
- name: Notify Slack
137-
uses: midleman/slack-workflow-status@v2.3.0
137+
uses: midleman/slack-workflow-status@v3.1.0
138138
with:
139-
repo_token: ${{ secrets.GITHUB_TOKEN }}
139+
gh_repo_token: ${{ secrets.GITHUB_TOKEN }}
140140
slack_token: ${{ secrets.SLACK_TOKEN_TEST_STATUS }}
141-
channel: "#positron-test-results"
141+
slack_channel: "#positron-test-results"
142142
notify_on: ${{ env.notify_on }}

.github/workflows/test-full-suite.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@ jobs:
108108
- run: |
109109
echo "Will notify on: ${{ env.notify_on }}"
110110
- name: Notify Slack
111-
uses: midleman/slack-workflow-status@v2.3.0
111+
uses: midleman/slack-workflow-status@v3.1.0
112112
with:
113-
repo_token: ${{ secrets.GITHUB_TOKEN }}
113+
gh_repo_token: ${{ secrets.GITHUB_TOKEN }}
114114
slack_token: ${{ secrets.SLACK_TOKEN_TEST_STATUS }}
115-
channel: "#positron-test-results"
115+
slack_channel: "#positron-test-results"
116116
notify_on: ${{ env.notify_on }}
117117

.github/workflows/test-merge.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ jobs:
6161
runs-on: ubuntu-latest
6262
steps:
6363
- name: Notify Slack
64-
uses: midleman/slack-workflow-status@v2.3.0
64+
uses: midleman/slack-workflow-status@v3.1.0
6565
with:
66-
repo_token: ${{ secrets.GITHUB_TOKEN }}
66+
gh_repo_token: ${{ secrets.GITHUB_TOKEN }}
6767
slack_token: ${{ secrets.SLACK_TOKEN_TEST_STATUS }}
68-
channel: "#positron-test-results"
68+
slack_channel: "#positron-test-results"
6969
notify_on: "failure"
7070

7171

0 commit comments

Comments
 (0)