Skip to content

chore: add .idea/ to .gitignore #87

chore: add .idea/ to .gitignore

chore: add .idea/ to .gitignore #87

Workflow file for this run

# Automatically label new pull requests based on the
# paths of files being changed.
# To find out more about this workflow, see:
# https://github.com/actions/labeler
name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"