peternied / bake-time

GitHub Action to ensure pull requests bake before merging
Apache License 2.0
0 stars 1 forks source link

[FEATURE] When pull requests are created and haven't baked there should be a way to see that baking is pending #2

Open peternied opened 1 year ago

peternied commented 1 year ago

Is your feature request related to a problem?

With the v3 version of bake-time the pull request has a check that shows up as a failure. At a glance this looks like an issue with the pull request itself, instead of a process that will automatically resolve itself.

What solution would you like?

When a pull request created, its clear from the check that the change needs to wait until the bake time has passed - but not that there is any action the contributor needs to take.

What alternatives have you considered?

In the v1 version the check was created during the pull request trigger which had a state of 'pending'. This doesn't work because of the security model around pull request triggered actions only having read access. This is the ideal display mechanism, but requires installation of a GitHub App to have the appropriate permissions

peternied commented 1 year ago

Related