tibdex / backport

🔙 GitHub Action to backport pull requests
MIT License
73 stars 65 forks source link

`set-output` warnings #100

Closed max-sixty closed 1 year ago

max-sixty commented 1 year ago

Thanks a lot for this action — it makes our workflows much easier over at prql

We're getting this deprecation message on every PR, e.g. https://github.com/PRQL/prql/actions/runs/5730542043:

The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

max-sixty commented 1 year ago

Thanks!