Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
ci: update release notifier (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
LizardByte-bot authored Nov 24, 2023
1 parent 817c526 commit e0791dc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
github-token: "${{ secrets.GITHUB_TOKEN }}"

- name: Label autoapproved
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GH_BOT_TOKEN }}
script: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
continue: ${{ steps.continue.outputs.result }}
steps:
- name: Get repo languages
uses: actions/github-script@v6
uses: actions/github-script@v7
id: lang
with:
script: |
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
return matrix
- name: Continue
uses: actions/github-script@v6
uses: actions/github-script@v7
id: continue
with:
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Label Actions
uses: dessant/label-actions@v3
uses: dessant/label-actions@v4
with:
github-token: ${{ secrets.GH_BOT_TOKEN }}
10 changes: 5 additions & 5 deletions .github/workflows/release-notifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
discord:
if: >-
(github.repository, 'LizardByte/') and
startsWith(github.repository, 'LizardByte/') and
not(github.event.release.prerelease) and
not(github.event.release.draft)
runs-on: ubuntu-latest
Expand All @@ -34,7 +34,7 @@ jobs:

facebook_group:
if: >-
(github.repository, 'LizardByte/') and
startsWith(github.repository, 'LizardByte/') and
not(github.event.release.prerelease) and
not(github.event.release.draft)
runs-on: ubuntu-latest
Expand All @@ -51,7 +51,7 @@ jobs:

facebook_page:
if: >-
(github.repository, 'LizardByte/') and
startsWith(github.repository, 'LizardByte/') and
not(github.event.release.prerelease) and
not(github.event.release.draft)
runs-on: ubuntu-latest
Expand All @@ -68,7 +68,7 @@ jobs:

reddit:
if: >-
(github.repository, 'LizardByte/') and
startsWith(github.repository, 'LizardByte/') and
not(github.event.release.prerelease) and
not(github.event.release.draft)
runs-on: ubuntu-latest
Expand All @@ -88,7 +88,7 @@ jobs:

twitter:
if: >-
(github.repository, 'LizardByte/') and
startsWith(github.repository, 'LizardByte/') and
not(github.event.release.prerelease) and
not(github.event.release.draft)
runs-on: ubuntu-latest
Expand Down

0 comments on commit e0791dc

Please sign in to comment.