-
I often like to see/open the created PRs after the action ran. Actions can post annotation from their run, which will appear on the summary page, e.g. like when we have an error: Next to posting errors, actions can also post warnings and notices there, see here. I think it would be handy to put the |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I wanted to do something similar a while back with the actions parameter. It shows an actual button to click in the summary page. The problem was that you can't just define a handler for the click and instead have to listen to a webhook being sent to a GitHub app which doesn't work in our case. Does GitHub linkify the URL in a notice? Either way, your solution with the notice seems to be a good compromise 👍🏼 |
Beta Was this translation helpful? Give feedback.
-
Yes, it does link them, see here. |
Beta Was this translation helpful? Give feedback.
-
🎉 This a part of version v1.13.0 🎉 To use the latest version, use the Action with the uses: BetaHuhn/repo-file-sync-action@v1 Or the uses: BetaHuhn/repo-file-sync-action@latest |
Beta Was this translation helpful? Give feedback.
🎉 This a part of version v1.13.0 🎉
To use the latest version, use the Action with the
v1
tag:Or the
latest
tag: