diff --git a/.github/workflows/unassign-inactive.yaml b/.github/workflows/unassign-inactive.yaml new file mode 100644 index 0000000..6971bbc --- /dev/null +++ b/.github/workflows/unassign-inactive.yaml @@ -0,0 +1,15 @@ +name: "Unassign Inactive Contributors" +run-name: Unassign Inactive Contributors + +on: + schedule: + - cron: "*/20 * * * *" # Every 8 minute + workflow_dispatch: + +jobs: + unassign-inactive: + uses: learningequality/.github/.github/workflows/unassign-inactive-issues.yaml@main + secrets: + LE_BOT_APP_ID: ${{ secrets.LE_BOT_APP_ID }} + LE_BOT_PRIVATE_KEY: ${{ secrets.LE_BOT_PRIVATE_KEY }} + SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} \ No newline at end of file