workflows
This commit is contained in:
23
.github/workflows/cron.yml
vendored
23
.github/workflows/cron.yml
vendored
@@ -1,23 +0,0 @@
|
||||
name: Close Not a TFG Bug issues
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
jobs:
|
||||
close-issues:
|
||||
name: Close issues
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
issues: write
|
||||
steps:
|
||||
- uses: actions/stale@v9.0.0
|
||||
with:
|
||||
days-before-issue-stale: 30
|
||||
days-before-issue-close: 14
|
||||
days-before-pr-stale: -1
|
||||
days-before-pr-close: -1
|
||||
any-of-issue-labels: '1. Type: Not a TFG Bug'
|
||||
stale-issue-label: '2. Status: Stale'
|
||||
stale-issue-message: "This issue is stale because it has been open for 30 days with no activity."
|
||||
close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale."
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -1,8 +1,10 @@
|
||||
name: Build
|
||||
run-name: "Build #${{ github.run_number }}"
|
||||
name: Release
|
||||
run-name: "Release #${{ github.run_number }}"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- "*.*.*"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user