We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bde43bf + a7e5929 commit 0b8555aCopy full SHA for 0b8555a
.github/workflows/unassign-inactive.yaml
@@ -0,0 +1,15 @@
1
+name: "Unassign Inactive Contributors"
2
+run-name: Unassign Inactive Contributors
3
+
4
+on:
5
+ schedule:
6
+ - cron: "*/2 * * * *" # Every 2 minutes - for testing
7
+ workflow_dispatch:
8
9
+jobs:
10
+ unassign-inactive:
11
+ uses: learningequality/.github/.github/workflows/unassign-inactive-issues.yaml@main
12
+ secrets:
13
+ LE_BOT_APP_ID: ${{ secrets.LE_BOT_APP_ID }}
14
+ LE_BOT_PRIVATE_KEY: ${{ secrets.LE_BOT_PRIVATE_KEY }}
15
+ SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
0 commit comments