Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Label Issues

Label Issues #497

Workflow file for this run

name: 'Label Issues'
on:
workflow_dispatch:
issues:
types: [opened, closed, labeled]
pull_request_target:
types: [closed, labeled]
schedule:
- cron: '0 * * * *'
permissions:
issues: write
pull-requests: write
jobs:
action:
runs-on: ubuntu-latest
if: github.repository_owner == 'Axyl-Projects'
steps:
- uses: axyl-projects/actions/actions/label-actions@main