Adding upstream version 4.6.0+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
f3ad83a1a5
commit
167a3f8553
275 changed files with 30423 additions and 0 deletions
19
.github/workflows/label_pr.yml
vendored
Normal file
19
.github/workflows/label_pr.yml
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
name: "Label Pull Request"
|
||||
on:
|
||||
- pull_request_target
|
||||
|
||||
jobs:
|
||||
label-pr:
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
sparse-checkout: |
|
||||
.github/labeler.yml
|
||||
sparse-checkout-cone-mode: false
|
||||
- uses: actions/labeler@v5
|
||||
with:
|
||||
configuration-path: .github/labeler.yml
|
Loading…
Add table
Add a link
Reference in a new issue