Gaurav0 / backport

🔙 GitHub Action to backport pull requests
7 stars 7 forks source link

is it worth having a fork for this? #37

Closed 3nids closed 4 years ago

3nids commented 4 years ago

I had to do something similar for the key obfuscation in another workflow (creating issue in another repo triggered by PR on forks). I have replicated your idea, but created a dedicated action for this: https://github.com/opengisch/clear-token I am thinking to chaining this action with the original backport action.

Gaurav0 commented 4 years ago

There are other changes I've made.

You should make people aware of the security implications of providing a key this way, but nice work!

3nids commented 4 years ago

ok, thanks for the feedback