Skip to content

[NEW] Add inactive rooms monitor #80

[NEW] Add inactive rooms monitor

[NEW] Add inactive rooms monitor #80

Workflow file for this run

name: 'Auto label QA'
on:
pull_request:
types: [opened, synchronize, labeled, unlabeled]
jobs:
build:
runs-on: ubuntu-latest
if: github.event_name == 'DEACTIVATED'
steps:
- uses: ggazzo/gh-action-auto-label@beta-5
with:
GITHUB_TOKEN: ${{ secrets.RC_AUTOLABEL_TOKEN }}