A GitHub Actions for cleaning issues of OSS Gate Workshop repository
Write a workflow file as follows at .github/workflow/issue.yaml
in your repository.
on: [workflow_dispatch]
jobs:
clean:
runs-on: ubuntu-latest
steps:
- uses: oss-gate/issue-cleaner@v3
with:
DOORKEEPER_GROUP: oss-gate
CONNPASS_KEYWORD: oss gate
env:
DOORKEEPER_TOKEN: ${{ secrets.DOORKEEPER_TOKEN }}
on:
push:
paths:
- "tutorial/retrospectives/**/*.yaml"
jobs:
clean:
runs-on: ubuntu-latest
steps:
- uses: oss-gate/issue-cleaner@v3
with:
DOORKEEPER_GROUP: oss-gate
CONNPASS_KEYWORD: oss gate
author: ${{ github.event.sender.login }}
env:
DOORKEEPER_TOKEN: ${{ secrets.DOORKEEPER_TOKEN }}
Using technote-space/release-github-actions.
If you have suggestions for how oss-gate-issue-cleaner could be improved, or want to report a bug, open an issue! We'd love all and any contributions.
For more, check out the Contributing Guide.
ISC © 2020 OSS Gate