Github messages for voidlinux
 help / color / mirror / Atom feed
From: tsndqst <tsndqst@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] Update source for GitHub Actions
Date: Mon, 07 Dec 2020 00:24:00 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27007@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 664 bytes --]

There is a new pull request by tsndqst against master on the void-packages repository

https://github.com/tsndqst/void-packages fix-workflow
https://github.com/void-linux/void-packages/pull/27007

Update source for GitHub Actions
While submitting a PR I noticed that the GitHub Workflows were failing.  The default branch has been renamed from `master` to `main` on the https://github.com/Gottox/irc-message-action repo.

This is the error from the workflow: 
```
Error: Unable to resolve action `Gottox/irc-message-action@master`, unable to find version `master`
```

A patch file from https://github.com/void-linux/void-packages/pull/27007.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fix-workflow-27007.patch --]
[-- Type: text/x-diff, Size: 2002 bytes --]

From faec601948286fdc821320ecd6aba5b4c113ddea Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Sun, 6 Dec 2020 17:16:47 -0600
Subject: [PATCH] Update source for GitHub Actions

---
 .github/workflows/notify-issue.yaml | 2 +-
 .github/workflows/notify-pr.yaml    | 2 +-
 .github/workflows/notify-push.yaml  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/notify-issue.yaml b/.github/workflows/notify-issue.yaml
index 6091dc2486e..136116c9024 100644
--- a/.github/workflows/notify-issue.yaml
+++ b/.github/workflows/notify-issue.yaml
@@ -15,7 +15,7 @@ jobs:
         with:
           url: "${{ github.event.issue.html_url }}"
       - name: "Issue Notification"
-        uses: Gottox/irc-message-action@master
+        uses: Gottox/irc-message-action@main
         continue-on-error: true
         if: github.repository == 'void-linux/void-packages'
         with:
diff --git a/.github/workflows/notify-pr.yaml b/.github/workflows/notify-pr.yaml
index 9caf31d8490..6a362b23e3c 100644
--- a/.github/workflows/notify-pr.yaml
+++ b/.github/workflows/notify-pr.yaml
@@ -15,7 +15,7 @@ jobs:
         with:
           url: "${{ github.event.pull_request.html_url }}"
       - name: "Pull Request Notification"
-        uses: Gottox/irc-message-action@master
+        uses: Gottox/irc-message-action@main
         continue-on-error: true
         if: github.repository == 'void-linux/void-packages'
         with:
diff --git a/.github/workflows/notify-push.yaml b/.github/workflows/notify-push.yaml
index 0fd14271648..d465b27dc1f 100644
--- a/.github/workflows/notify-push.yaml
+++ b/.github/workflows/notify-push.yaml
@@ -15,7 +15,7 @@ jobs:
         with:
           url: "${{ github.event.compare }}"
       - name: "Push Notification"
-        uses: Gottox/irc-message-action@master
+        uses: Gottox/irc-message-action@main
         continue-on-error: true
         if: github.repository == 'void-linux/void-packages'
         with:

             reply	other threads:[~2020-12-06 23:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-06 23:24 tsndqst [this message]
2020-12-07 18:46 ` [PR PATCH] [Merged]: Update GitHub Actions source to fix push notifications leahneukirchen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27007@inbox.vuxu.org \
    --to=tsndqst@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).