From fa3d42a1c7650b9473bfb1790a3ff4b89ae2f04b Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 23 Mar 2025 16:55:57 +0100 Subject: [PATCH] rename github actions --- .github/workflows/github-releases-to-discord.yml | 2 +- .github/workflows/pr_check.yml | 2 +- .github/workflows/pre_release.yml | 2 +- .github/workflows/stale_issues.yml | 9 ++++----- .github/workflows/tagged_release.yml | 2 +- .github/workflows/test_release.yml | 2 +- 6 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/workflows/github-releases-to-discord.yml b/.github/workflows/github-releases-to-discord.yml index 140d6a63e..6371161a6 100644 --- a/.github/workflows/github-releases-to-discord.yml +++ b/.github/workflows/github-releases-to-discord.yml @@ -1,4 +1,4 @@ -name: 'github-releases-to-discord' +name: 'Publish releases to discord' on: release: diff --git a/.github/workflows/pr_check.yml b/.github/workflows/pr_check.yml index 003969d14..789795aa3 100644 --- a/.github/workflows/pr_check.yml +++ b/.github/workflows/pr_check.yml @@ -1,4 +1,4 @@ -name: 'pr_check' +name: 'Pre-check on PR' on: workflow_dispatch: diff --git a/.github/workflows/pre_release.yml b/.github/workflows/pre_release.yml index f5884632b..60fc037ac 100644 --- a/.github/workflows/pre_release.yml +++ b/.github/workflows/pre_release.yml @@ -1,4 +1,4 @@ -name: 'pre-release' +name: 'Build dev release' on: workflow_dispatch: diff --git a/.github/workflows/stale_issues.yml b/.github/workflows/stale_issues.yml index 3aa54e47b..8ff56ea3f 100644 --- a/.github/workflows/stale_issues.yml +++ b/.github/workflows/stale_issues.yml @@ -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" - \ No newline at end of file diff --git a/.github/workflows/tagged_release.yml b/.github/workflows/tagged_release.yml index aa5bd46d5..70817cad5 100644 --- a/.github/workflows/tagged_release.yml +++ b/.github/workflows/tagged_release.yml @@ -1,4 +1,4 @@ -name: 'tagged-release' +name: 'Build stable release' on: workflow_dispatch: diff --git a/.github/workflows/test_release.yml b/.github/workflows/test_release.yml index bfd34f80c..8891d6bc0 100644 --- a/.github/workflows/test_release.yml +++ b/.github/workflows/test_release.yml @@ -1,4 +1,4 @@ -name: 'test-release' +name: 'Build test release' on: workflow_dispatch: