We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9314fca commit 83e0a04Copy full SHA for 83e0a04
.github/workflows/build.yml
@@ -2,9 +2,9 @@ name: build
2
3
on:
4
push:
5
- pull_request:
6
branches:
7
- main
+ pull_request:
8
9
jobs:
10
build:
.github/workflows/stale.yml
@@ -0,0 +1,8 @@
1
+name: 'Close stale issues and PRs'
+
+on:
+ schedule:
+ - cron: '0 0 * * *'
+jobs:
+ call-workflow-from-shared-config:
+ uses: rubyatscale/shared-config/.github/workflows/stale.yml@main
.github/workflows/triage.yml
@@ -0,0 +1,9 @@
+name: Label issues as "triage"
+ issues:
+ types:
+ - opened
+ uses: rubyatscale/shared-config/.github/workflows/triage.yml@main
0 commit comments