cpp-linter / .github

Global configurations for cpp-linter organization on GitHub
MIT License
0 stars 0 forks source link

fix autolabeler by adding permissions and pull requests events #21

Closed shenxianpeng closed 6 months ago

shenxianpeng commented 6 months ago

Right now we have supported autolabeler https://github.com/cpp-linter/.github/blob/b7268d7afd1af602b91a4d494478bcd56f4f8e72/.github/release-drafter.yml#L75-L88

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

2bndy5 commented 6 months ago

Also add rst files for Sphinx docs

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