Skip to content

Refactor(eslint-config-base): Use more general glob pattern for conf/… #127

Refactor(eslint-config-base): Use more general glob pattern for conf/…

Refactor(eslint-config-base): Use more general glob pattern for conf/… #127

Workflow file for this run

name: Pull Request Meta
on:
pull_request:
types: [opened]
jobs:
process_pr_meta:
name: Process PR meta
runs-on: ubuntu-20.04
steps:
- name: Assign to author
uses: samspills/[email protected]
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
- name: Add labels
uses: TimonVS/[email protected]
with:
configuration-path: .github/pr-labeler.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}