Skip to content

Commit 0b8555a

Browse files
authored
Merge pull request #54 from SukhvirKooner/issue_12837
unassign inactive users
2 parents bde43bf + a7e5929 commit 0b8555a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
+15
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)