From fe64f333b7ac364d69a2673978ed51b4e585bfcd Mon Sep 17 00:00:00 2001 From: Eduardo Date: Tue, 14 May 2024 15:23:46 +0000 Subject: [PATCH 1/4] release 8 --- .github/workflows/release-notification-pr-opened.yml | 6 +++--- .github/workflows/release-notification-pr-synchronize.yml | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release-notification-pr-opened.yml b/.github/workflows/release-notification-pr-opened.yml index b86e0ba..9eb2e7b 100644 --- a/.github/workflows/release-notification-pr-opened.yml +++ b/.github/workflows/release-notification-pr-opened.yml @@ -1,12 +1,12 @@ name: Release Notification on PR Opened on: - pull_request: - types: [opened, reopened] + push: + branches: + - 'release-*' jobs: notify: - if: startsWith(github.event.pull_request.head.ref, 'release-') runs-on: ubuntu-latest steps: - name: Install jq diff --git a/.github/workflows/release-notification-pr-synchronize.yml b/.github/workflows/release-notification-pr-synchronize.yml index e6bc75e..0347474 100644 --- a/.github/workflows/release-notification-pr-synchronize.yml +++ b/.github/workflows/release-notification-pr-synchronize.yml @@ -2,11 +2,12 @@ name: Release Notification on PR Updated on: pull_request: - types: [synchronize] + branches: + - 'release-*' jobs: notify: - if: startsWith(github.event.pull_request.head.ref, 'release-') + if: github.event.action == 'synchronize' runs-on: ubuntu-latest steps: - name: Install jq From 584b7d1317fd513171cafa0345f5ab1b7ad6e45e Mon Sep 17 00:00:00 2001 From: Eduardo Date: Tue, 14 May 2024 17:38:58 +0000 Subject: [PATCH 2/4] commit hehe --- .github/workflows/release-notification-pr-opened.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-notification-pr-opened.yml b/.github/workflows/release-notification-pr-opened.yml index 9eb2e7b..3579e3d 100644 --- a/.github/workflows/release-notification-pr-opened.yml +++ b/.github/workflows/release-notification-pr-opened.yml @@ -1,7 +1,8 @@ name: Release Notification on PR Opened on: - push: + pull_request: + types: [opened] branches: - 'release-*' From 9b556f8dfbe7454ba405c5f5461b015fa604b828 Mon Sep 17 00:00:00 2001 From: Eduardo Date: Tue, 14 May 2024 17:52:47 +0000 Subject: [PATCH 3/4] test --- .github/workflows/release-notification-pr-opened.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release-notification-pr-opened.yml b/.github/workflows/release-notification-pr-opened.yml index 3579e3d..fb6ee77 100644 --- a/.github/workflows/release-notification-pr-opened.yml +++ b/.github/workflows/release-notification-pr-opened.yml @@ -3,8 +3,6 @@ name: Release Notification on PR Opened on: pull_request: types: [opened] - branches: - - 'release-*' jobs: notify: From d7a421ec7dcfbcdefafafed88444aa54859e5a7b Mon Sep 17 00:00:00 2001 From: Eduardo Date: Tue, 14 May 2024 19:12:57 +0000 Subject: [PATCH 4/4] new commit --- .github/workflows/release-notification-pr-opened.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-notification-pr-opened.yml b/.github/workflows/release-notification-pr-opened.yml index fb6ee77..ebed71e 100644 --- a/.github/workflows/release-notification-pr-opened.yml +++ b/.github/workflows/release-notification-pr-opened.yml @@ -2,7 +2,8 @@ name: Release Notification on PR Opened on: pull_request: - types: [opened] + branches: + - 'release-*' jobs: notify: