github: fix config mistake preventing repo lockdown commentingThe previous commit updated the repo lockdown config to the newformat: commit 9b89cdb2a5064a87b8a7172fa1748d46aa37a9df Author: Al
github: fix config mistake preventing repo lockdown commentingThe previous commit updated the repo lockdown config to the newformat: commit 9b89cdb2a5064a87b8a7172fa1748d46aa37a9df Author: Alex Bennée <alex.bennee@linaro.org> Date: Mon Oct 4 16:43:08 2021 +0100 .github: move repo lockdown to the v2 configurationUnfortunately the config key names used were wrong, resulting inthe repo lockdown throwing warnings: Unexpected input(s) 'pull-comment', 'lock-pull', 'close-pull', valid inputs are ['github-token', 'exclude-issue-created-before', 'exclude-issue-labels', 'issue-labels', 'issue-comment', 'skip-closed-issue-comment', 'close-issue', 'lock-issue', 'issue-lock-reason', 'exclude-pr-created-before', 'exclude-pr-labels', 'pr-labels', 'pr-comment', 'skip-closed-pr-comment', 'close-pr', 'lock-pr', 'pr-lock-reason', 'process-only', 'log-output']It still locked down the pull requests, due to its default config,but didn't leave the friendly message explaining why.Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
show more ...
.github: move repo lockdown to the v2 configurationI was getting prompted by GitHub for new permissions but it turns outper https://github.com/dessant/repo-lockdown/issues/6: Repo Lockdown has
.github: move repo lockdown to the v2 configurationI was getting prompted by GitHub for new permissions but it turns outper https://github.com/dessant/repo-lockdown/issues/6: Repo Lockdown has been rewritten for GitHub Actions, offering new features and better control over your automation presets. The legacy GitHub App has been deprecated, and the public instance of the app has been shut down.So this is what I've done. As the issues tab is disabled I've removedthe handling for issues from the new version.Signed-off-by: Alex Bennée <alex.bennee@linaro.org>Reviewed-by: Willian Rampazzo <willianr@redhat.com>Message-Id: <20211004154308.2114870-1-alex.bennee@linaro.org>
Update documentation to refer to new location for issuesSigned-off-by: Stefan Weil <sw@weilnetz.de>Reviewed-by: Alex Bennée <alex.bennee@linaro.org>Reviewed-by: Thomas Huth <thuth@redhat.com>Rev
Update documentation to refer to new location for issuesSigned-off-by: Stefan Weil <sw@weilnetz.de>Reviewed-by: Alex Bennée <alex.bennee@linaro.org>Reviewed-by: Thomas Huth <thuth@redhat.com>Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>Message-Id: <20210619154253.553446-1-sw@weilnetz.de>Signed-off-by: Thomas Huth <thuth@redhat.com>
.github: point Repo Lockdown bot to GitLab repoUse the GitLab repo URL as the main repo location in order to reduceload on qemu.org.Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>Reviewed-
.github: point Repo Lockdown bot to GitLab repoUse the GitLab repo URL as the main repo location in order to reduceload on qemu.org.Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>Reviewed-by: Thomas Huth <thuth@redhat.com>Message-id: 20210111115017.156802-2-stefanha@redhat.comSigned-off-by: Stefan Hajnoczi <stefanha@redhat.com>
.github: Enable repo-lockdown bot to refuse GitHub pull requestsSome GitHub users try to open pull requests against the GitHubmirror. Unfortunate these get ignored until eventually someonenotices
.github: Enable repo-lockdown bot to refuse GitHub pull requestsSome GitHub users try to open pull requests against the GitHubmirror. Unfortunate these get ignored until eventually someonenotices and closes the request.Enable the 'Repo Lockdown' [*] 3rd party bot which can autorespondto pull requests with a friendly comment, close the request, andthen lock it to prevent further comments.[*] https://github.com/dessant/repo-lockdownSuggested-by: Daniel P. Berrangé <berrange@redhat.com>Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>Reviewed-by: John Snow <jsnow@redhat.com>Message-Id: <20200406214125.18538-1-f4bug@amsat.org>[AJB: s/fill/file/ and point at canonical qemu.org/contribute]Signed-off-by: Alex Bennée <alex.bennee@linaro.org>