Closed schklom closed 1 year ago
@schklom is attempting to deploy a commit to the syDev Team on Vercel.
A member of the Team first needs to authorize it.
@burhan-syed I don't understand. This PR would only submit PRs to update the GitHub actions, it would not push them automatically. Why do you not want to be notified when there are updates available?
For example, https://github.com/burhan-syed/troddit/blob/217fa71402b22272d195b9568953df475782c49d/.github/workflows/docker.yml#L44 still uses v1
instead of v2
. This PR would have notified you (via another PR) that v2
is available.
This will automatically create PRs to update the versions of the GitHub Actions e.g.
docker/login-action@v2
will update todocker/login-action@v3
through a PR when available.