crazy-max / ghaction-github-labeler

GitHub Action to manage labels on GitHub
https://github.com/marketplace/actions/github-labeler
MIT License
143 stars 17 forks source link

Consider using paths in your README.md Workflow example. #176

Closed kopepasah closed 2 years ago

kopepasah commented 2 years ago

Currently, the README.md Workflow example runs on every push, but it would be better suited to only run on a push matching the path of the YAML configuration file.

Example

on:
  push:
    paths:
      - '.github/labels.yml'