Skip to content

Commit 50a0102

Browse files
authored
Update Configs (#29)
1 parent 751f716 commit 50a0102

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ blank_issues_enabled: true
22
contact_links:
33
- name: "💡 Request a Feature"
44
about: Request a new feature or enhancement in a discussions.
5-
url: https://github.com/cssnr/virustotal-action/discussions/new?category=feature-requests
5+
url: https://github.com/cssnr/stack-deploy-action/discussions/new?category=feature-requests
66

77
- name: "❔ Ask a Question"
88
about: Ask a general question or start a discussions.
9-
url: https://github.com/cssnr/virustotal-action/discussions/new?category=q-a
9+
url: https://github.com/cssnr/stack-deploy-action/discussions/new?category=q-a
1010

1111
- name: "💬 Join Discord"
1212
about: Chat with us about general questions, issues or suggestions.

.github/workflows/mirror.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
branches: ["**"]
77
tags: ["**"]
88

9+
concurrency:
10+
group: ${{ github.workflow }}
11+
cancel-in-progress: true
12+
913
jobs:
1014
mirror:
1115
name: "Mirror"

.github/workflows/release.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,9 @@ jobs:
2929
with:
3030
tags: "${{ steps.tags.outputs.tags }}"
3131
location: tail
32+
33+
- name: "Send Failure Notification"
34+
if: ${{ failure() }}
35+
uses: sarisia/actions-status-discord@v1
36+
with:
37+
webhook: ${{ secrets.DISCORD_WEBHOOK }}

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,5 +517,7 @@ Additionally, you can support other GitHub Actions I have published:
517517
- [Cloudflare Purge Cache Action](https://github.com/cssnr/cloudflare-purge-cache-action?tab=readme-ov-file#readme)
518518
- [Mozilla Addon Update Action](https://github.com/cssnr/mozilla-addon-update-action?tab=readme-ov-file#readme)
519519
- [Docker Tags Action](https://github.com/cssnr/docker-tags-action?tab=readme-ov-file#readme)
520+
- [Package Changelog Action](https://github.com/cssnr/package-changelog-action?tab=readme-ov-file#readme)
521+
- [NPM Outdated Check Action](https://github.com/cssnr/npm-outdated-action?tab=readme-ov-file#readme)
520522

521523
For a full list of current projects to support visit: [https://cssnr.github.io/](https://cssnr.github.io/)

0 commit comments

Comments
 (0)