diff --git a/.github/funding.yml b/.github/funding.yml new file mode 100644 index 0000000..6477092 --- /dev/null +++ b/.github/funding.yml @@ -0,0 +1,2 @@ +github: decentral1se +liberapay: decentral1se diff --git a/.github/labels.yml b/.github/labels.yml deleted file mode 100644 index 4dcbf70..0000000 --- a/.github/labels.yml +++ /dev/null @@ -1,39 +0,0 @@ ---- -# Format and labels used aim to match those used by Ansible project -# https://github.com/marketplace/actions/github-labeler -- name: bug - color: "fbca04" - description: "This issue/PR relates to a bug." -- name: deprecated - color: "fef2c0" - description: "This issue/PR relates to a deprecated module." -- name: docs - color: "4071a5" - description: "This issue/PR relates to or includes documentation." -- name: enhancement - color: "ededed" - description: "This issue/PR relates to a feature request." -- name: feature - color: "006b75" - description: "This issue/PR relates to a feature request." -- name: major - color: "c6476b" - description: "Marks an important and likely breaking change." -- name: packaging - color: "4071a5" - description: "Packaging category" -- name: performance - color: "555555" - description: "Relates to product or testing performance." -- name: skip-changelog - color: "eeeeee" - description: "Can be missed from the changelog." -- name: stale - color: "eeeeee" - description: "Not updated in long time, will be closed soon." -- name: wontfix - color: "eeeeee" - description: "This will not be worked on" -- name: test - color: "0e8a16" - description: "This PR relates to tests, QA, CI." diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml deleted file mode 100644 index 0df6d71..0000000 --- a/.github/release-drafter.yml +++ /dev/null @@ -1,19 +0,0 @@ ---- -categories: - - title: 'Features' - labels: - - 'feature' - - 'enhancement' - - title: 'Bug Fixes' - labels: - - 'fix' - - 'bugfix' - - 'bug' - - title: 'Maintenance' - label: 'chore' -exclude-labels: - - 'skip-changelog' -template: | - ## Changes - - $CHANGES