Merging upstream version 1.10.4+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
2391f93443
commit
4763291fe6
32 changed files with 1682 additions and 9960 deletions
8
.github/workflows/release-notes.yml
vendored
8
.github/workflows/release-notes.yml
vendored
|
@ -6,9 +6,17 @@ on:
|
|||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
update_release_draft:
|
||||
permissions:
|
||||
# allow release-drafter/release-drafter to create GitHub releases and add labels to PRs
|
||||
contents: write
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'twbs/icons'
|
||||
steps:
|
||||
- uses: release-drafter/release-drafter@v5
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue