rename github actions

This commit is contained in:
proddy
2025-03-23 16:55:57 +01:00
parent e435fd4391
commit fa3d42a1c7
6 changed files with 9 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
name: 'github-releases-to-discord'
name: 'Publish releases to discord'
on:
release:

View File

@@ -1,4 +1,4 @@
name: 'pr_check'
name: 'Pre-check on PR'
on:
workflow_dispatch:

View File

@@ -1,4 +1,4 @@
name: 'pre-release'
name: 'Build dev release'
on:
workflow_dispatch:

View File

@@ -11,14 +11,13 @@ jobs:
- uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 25
days-before-stale: 30
days-before-close: 5
stale-issue-message: "This issue has been automatically marked as stale because it hasn't any activity in last few weeks. It will be closed if no further activity occurs. Thank you for your contributions."
stale-pr-message: "This PR has been automatically marked as stale because it hasn't any activity in last few weeks. It will be closed if no further activity occurs. Thank you for your contributions."
close-issue-message: "This issue was automatically closed because of being stale. Feel free to open a new one if you still experience this problem."
stale-issue-message: "This issue is stale because it has been open 30 days with no activity. Remove stale label or comment otherwise this will be closed in 5 days."
stale-pr-message: "This PR has been automatically marked as stale because there has been no activity in last 30 days. It will be closed if no further activity occurs. Thank you for your contributions."
close-issue-message: "This issue was closed because it has been stalled for 5 days with no activity."
close-pr-message: "This PR was automatically closed because of being stale."
stale-pr-label: "stale"
stale-issue-label: "stale"
exempt-issue-labels: "bug,enhancement,pinned,security"
exempt-pr-labels: "bug,enhancement,pinned,security"

View File

@@ -1,4 +1,4 @@
name: 'tagged-release'
name: 'Build stable release'
on:
workflow_dispatch:

View File

@@ -1,4 +1,4 @@
name: 'test-release'
name: 'Build test release'
on:
workflow_dispatch: