Skip to content

Commit 9edcd5d

Browse files
author
testcafe-build-bot
committed
🔄 Created local '.github/workflows/' from remote 'workflows/'
1 parent c6ae6ea commit 9edcd5d

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: 'Label Actions'
2+
3+
on:
4+
issues:
5+
types: [labeled, unlabeled]
6+
pull_request_target:
7+
types: [labeled, unlabeled]
8+
9+
jobs:
10+
reaction:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: DevExpress/testcafe-build-system/actions/handle-labels@main
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: "Mark stale issues and pull requests"
2+
on:
3+
schedule:
4+
- cron: "30 1 * * *"
5+
workflow_dispatch:
6+
jobs:
7+
stale:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/stale@v3
11+
with:
12+
stale-issue-message: "This issue has been automatically marked as stale because it has not had any activity for a long period. It will be closed and archived if no further activity occurs. However, we may return to this issue in the future. If it still affects you or you have any additional information regarding it, please leave a comment and we will keep it open."
13+
stale-pr-message: "This pull request has been automatically marked as stale because it has not had any activity for a long period. It will be closed and archived if no further activity occurs. However, we may return to this pull request in the future. If it is still relevant or you have any additional information regarding it, please leave a comment and we will keep it open."
14+
close-issue-message: "We're closing this issue after a prolonged period of inactivity. If it still affects you, please add a comment to this issue with up-to-date information. Thank you."
15+
close-pr-message: "We're closing this pull request after a prolonged period of inactivity. If it is still relevant, please ask for this pull request to be reopened. Thank you."
16+
stale-issue-label: "STATE: Stale"
17+
stale-pr-label: "STATE: Stale"
18+
days-before-stale: 365
19+
days-before-close: 10
20+
exempt-issue-labels: "AREA: docs,FREQUENCY: critical,FREQUENCY: level 2,HELP WANTED,!IMPORTANT!,STATE: Need clarification,STATE: Need response,STATE: won't fix,support center"
21+
exempt-pr-labels: "AREA: docs,FREQUENCY: critical,FREQUENCY: level 2,HELP WANTED,!IMPORTANT!,STATE: Need clarification,STATE: Need response,STATE: won't fix,support center"

0 commit comments

Comments
 (0)