Skip to content

Create kotlin-lint.yml #63

Create kotlin-lint.yml

Create kotlin-lint.yml #63

name: "Auto Labeler"
on:
pull_request_target:
branches:
- main
jobs:
auto-labeler:
name: Auto Labeler
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
# The Add Labels workflow adds a label to pull requests
# based on the files included in the proposed change.
#
# To use this workflow, you must set up and configure
# rules in a .github/label-ruleset.yml file
#
# For more information, see:
# https://github.com/actions/labeler
-
name: Add Labels
uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/label-ruleset.yml