labring / sealos

Sealos is a production-ready Kubernetes distribution. You can run any Docker image on sealos, start high availability databases like mysql/pgsql/redis/mongo, develop applications using any Programming language.
https://cloud.sealos.io
Apache License 2.0
13.84k stars 2.07k forks source link

Feature: using release-drafter replace release note #3257

Closed cuisongliu closed 1 year ago

cuisongliu commented 1 year ago

What is the problem this feature will solve?

https://github.com/sealerio/sealer/blob/main/.github/release-drafter.yml

If you have solution,please describe it

No response

What alternatives have you considered?

No response

cuisongliu commented 1 year ago

https://github.com/marketplace/actions/labeler

name: "Pull Request Labeler"
 on:
 - pull_request_target

 jobs:
   triage:
     permissions:
       contents: read
       pull-requests: write
     runs-on: ubuntu-latest
     steps:
     - uses: actions/labeler@v4
       with:
         repo-token: "${{ secrets.GITHUB_TOKEN }}"
command:
 - any: ['cmd/**/*', 'docs/commandline/**/*']

 area/doc:
 - any: ['docs/**/*']

 faq:
 - 'FAQ.md'

 test:
 - any: ['**/*_test.go']

 e2e-test:
 - any: ['test/**/*']

 plugin:
 - any: ['pkg/plugin/**/*']

 Clusterfile:
 - any: ['types/**/*']

 Adopter-Info:
 - 'Adopters.md'

 ImageBuilding:
 - any: ['build/**/*']