Skip to content

Commit b337a87

Browse files
authored
Merge pull request #4979 from SukhvirKooner/unstable
unassign inactive users
2 parents b57cfd2 + c45c12d commit b337a87

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
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: "1 0 * * 1" # Every Monday at 00:01 UTC
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_COMMUNITY_NOTIFICATIONS_WEBHOOK_URL: ${{ secrets.SLACK_COMMUNITY_NOTIFICATIONS_WEBHOOK_URL }}

0 commit comments

Comments
 (0)