tmknom/Cross Labeler

This action serves as a convenient wrapper for [actions/labeler][labeler]. Automatically assigning labels to new pull requests based on changed file paths or branch names, similar to [actions/labeler][labeler]. ## Usage To set up the action, you need to create a YAML file that defines your configurations. Refer to the detailed configuration syntax for the labeler in [actions/labeler][labeler]. ### Configuration URL ```yaml steps: - name: Cross Labeler uses: tmknom/cross-labeler-action@v0 with: configuration-url: https://raw.githubusercontent.com/tmknom/configurations/main/labeler/conventional-commits.yml ``` ### Configuration Path ```yaml steps: - name: Cross Labeler uses: tmknom/cross-labeler-action@v0 with: configuration-path: .github/labeler.yml ```

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
configuration-urlThe url for the label configurations.no
configuration-pathThe path for the label configurations.no
pr-numberThe pull request number(s).no
namedescription
configuration-pathThe path for the configuration file to passing actions/labeler.
configuration-sha256SHA256 of the configuration file to passing actions/labeler.