Skip to content

Update Configs #29

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ blank_issues_enabled: true
contact_links:
- name: "💡 Request a Feature"
about: Request a new feature or enhancement in a discussions.
url: https://github.com/cssnr/virustotal-action/discussions/new?category=feature-requests
url: https://github.com/cssnr/stack-deploy-action/discussions/new?category=feature-requests

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

- name: "💬 Join Discord"
about: Chat with us about general questions, issues or suggestions.
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/mirror.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
branches: ["**"]
tags: ["**"]

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

jobs:
mirror:
name: "Mirror"
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,9 @@ jobs:
with:
tags: "${{ steps.tags.outputs.tags }}"
location: tail

- name: "Send Failure Notification"
if: ${{ failure() }}
uses: sarisia/actions-status-discord@v1
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -517,5 +517,7 @@ Additionally, you can support other GitHub Actions I have published:
- [Cloudflare Purge Cache Action](https://github.com/cssnr/cloudflare-purge-cache-action?tab=readme-ov-file#readme)
- [Mozilla Addon Update Action](https://github.com/cssnr/mozilla-addon-update-action?tab=readme-ov-file#readme)
- [Docker Tags Action](https://github.com/cssnr/docker-tags-action?tab=readme-ov-file#readme)
- [Package Changelog Action](https://github.com/cssnr/package-changelog-action?tab=readme-ov-file#readme)
- [NPM Outdated Check Action](https://github.com/cssnr/npm-outdated-action?tab=readme-ov-file#readme)

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