Skip to content

Commit

Permalink
Bump rectalogic/notify-irc from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [rectalogic/notify-irc](https://github.com/rectalogic/notify-irc) from 1 to 2.
- [Release notes](https://github.com/rectalogic/notify-irc/releases)
- [Commits](rectalogic/notify-irc@v1...v2)

---
updated-dependencies:
- dependency-name: rectalogic/notify-irc
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2024
1 parent 9e1f98f commit 7abf604
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/irc_notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
#if: github.repository == 'MapServer/MapServer'
steps:
- name: irc push
uses: rectalogic/notify-irc@v1
uses: rectalogic/notify-irc@v2
if: github.event_name == 'push'
with:
channel: "#mapserver"
Expand All @@ -33,7 +33,7 @@ jobs:
${{ github.actor }} pushed ${{ github.event.ref }} ${{ github.event.compare }}
${{ join(github.event.commits.*.message) }}
- name: irc pull request
uses: rectalogic/notify-irc@v1
uses: rectalogic/notify-irc@v2
if: github.event_name == 'pull_request'
with:
channel: "#mapserver"
Expand All @@ -42,7 +42,7 @@ jobs:
message: |
${{ github.actor }} opened PR ${{ github.event.pull_request.html_url }}
- name: irc tag created
uses: rectalogic/notify-irc@v1
uses: rectalogic/notify-irc@v2
if: github.event_name == 'create' && github.event.ref_type == 'tag'
with:
channel: "#mapserver"
Expand Down

0 comments on commit 7abf604

Please sign in to comment.