mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 08:03:55 +00:00
17 lines
333 B
YAML
17 lines
333 B
YAML
name: Labeler
|
|
on:
|
|
pull_request_target:
|
|
types: [closed]
|
|
|
|
jobs:
|
|
label:
|
|
name: Labeler
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
|
|
- uses: actions/labeler@main
|
|
if: github.event.pull_request.merged == true
|
|
with:
|
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
|
configuration-path: .github/labeler_merged.yml
|