Fix: Update github_cli call from deprecated method 81/72181/1
authorEric Ball <eball@linuxfoundation.org>
Wed, 27 Sep 2023 23:59:08 +0000 (16:59 -0700)
committerEric Ball <eball@linuxfoundation.org>
Thu, 28 Sep 2023 18:17:05 +0000 (11:17 -0700)
commite88d4e3589178c7764099804535b6d5e00d90596
tree4389a49a00df7ad284f47f3bd90ad54dcce5e37e
parent885a4fa3e36ab4cc5ed08e2c9e3815b5f7d8fcb2
Fix: Update github_cli call from deprecated method

The "set_repo_permission" method has been replaced by
"update_team_repository", which has the same signature, but
uses "pull" and "push" rather than "read" and "write" as the
permission strings.

Issue: RELENG-4481
Change-Id: I5167b07f85cbc063e4a4affabbd5ccf60a7dfa42
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
lftools/cli/github_cli.py
releasenotes/notes/fix-gh-perms-627760cb915af7e3.yaml [new file with mode: 0644]