Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / .github / workflows / labeler.yml @ 65ed81ba

Historique | Voir | Annoter | Télécharger (324 octets)

1
---
2
# Managed by modulesync - DO NOT EDIT
3
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
4

    
5
name: "Pull Request Labeler"
6

    
7
on:
8
  pull_request_target: {}
9

    
10
jobs:
11
  labeler:
12
    permissions:
13
      contents: read
14
      pull-requests: write
15
    runs-on: ubuntu-latest
16
    steps:
17
    - uses: actions/labeler@v5