Skip to content

Cleanup of the rules depending on users #10

Cleanup of the rules depending on users

Cleanup of the rules depending on users #10

name: Approved-Labeler
on:
issue_comment:
types:
- created
- edited
jobs:
approved-labeler:
runs-on: ubuntu-latest
steps:
- uses: Amwam/[email protected]
with:
keywords: '["/approve"]'
labels: '["approved"]'
github-token: "${{ secrets.GITHUB_TOKEN }}"