Skip to content

fix autolabeler by adding permissions and pull requests events #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
2 tasks done
shenxianpeng opened this issue Mar 7, 2024 · 1 comment
Closed
2 tasks done
Labels
bug Something isn't working

Comments

@shenxianpeng
Copy link
Contributor

shenxianpeng commented Mar 7, 2024

Right now we have supported autolabeler

autolabeler:
- label: 'documentation'
files:
- '*.md'
branch:
- '/docs{0,1}\/.+/'
- label: 'bug'
branch:
- '/fix\/.+/'
title:
- '/fix/i'
- label: 'enhancement'
branch:
- '/feature\/.+/'

but it doesn't work actually. from the docs https://github.com/toolmantim/release-drafter we need to

@shenxianpeng shenxianpeng added the bug Something isn't working label Mar 7, 2024
@2bndy5
Copy link
Contributor

2bndy5 commented Mar 7, 2024

Also add rst files for Sphinx docs

     files: 
       - '*.md' 
       - '*.rst'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants