first commit
This commit is contained in:
17
node_modules/dom-to-image-more/.github/workflows/release-drafter.yml
generated
vendored
Normal file
17
node_modules/dom-to-image-more/.github/workflows/release-drafter.yml
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
name: Release Drafter
|
||||
|
||||
# yamllint disable-line rule:truthy
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
workflows:
|
||||
permissions:
|
||||
# Write permission is required to create a github release
|
||||
contents: write
|
||||
# Write permission is required for autolabeler
|
||||
pull-requests: write
|
||||
uses: hassio-addons/workflows/.github/workflows/release-drafter.yaml@main
|
||||
Reference in New Issue
Block a user