requarks / changelog-action

GitHub Action to generate changelog from conventional commits
MIT License
128 stars 41 forks source link

Support `permissions: write-all` #49

Closed babaric-dev closed 5 months ago

babaric-dev commented 9 months ago

I want this so I don't need to configure my GitHub token permissions... And I think using permissions: write-all is prettier.

NGPixel commented 9 months ago

Can you provide more details? I have no idea what you're referring to.

babaric-dev commented 9 months ago

This permission can grant the same permissions as supplying a GitHub token. So make token optional?

Edit: Just set default when not supplied instead of throwing error

babaric-dev commented 9 months ago

@NGPixel Please see my PR (#50). It should work.