From 0976a7371dc0f2df9c94c6f1c4d9418b3e727ed6 Mon Sep 17 00:00:00 2001 From: Ross Ceballo Date: Wed, 22 Jan 2025 16:46:58 -0500 Subject: [PATCH] Fix notify as to not alert for user paulprice --- .github/workflows/yamllint.yaml | 6 +++--- pipelines/lib/notify.groovy | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/yamllint.yaml b/.github/workflows/yamllint.yaml index cb174aa6..dc7909a1 100644 --- a/.github/workflows/yamllint.yaml +++ b/.github/workflows/yamllint.yaml @@ -10,12 +10,12 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: - python-version: 3.7 + python-version: 3.12 - name: Install run: pip install yamllint diff --git a/pipelines/lib/notify.groovy b/pipelines/lib/notify.groovy index 11862eec..2c41fb47 100644 --- a/pipelines/lib/notify.groovy +++ b/pipelines/lib/notify.groovy @@ -351,7 +351,7 @@ String jenkinsUserId() { * @param jenkinsId String jenkins user id */ def warnMissingGithubUser(String token, String channel, String jenkinsId) { - def excludeList = ['PaulPrice', 'tgoldina'] + def excludeList = ['paulprice', 'tgoldina'] if (excludeList.contains(jenkinsId)) { return }