Skip to content

πŸ§šπŸ€– Pixeebot Activity Dashboard #121

πŸ§šπŸ€– Pixeebot Activity Dashboard

πŸ§šπŸ€– Pixeebot Activity Dashboard #121

Workflow file for this run

name: Labeling new issue
on:
issues:
types: ['opened', 'edited']
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: Renato66/auto-label@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}