openpgp4fpr:8F87050B0F9CB84115157399B7843F823355E9B9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| +--- androidx.databinding:viewbinding:8.3.0 | |
| -| \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 | |
| -| \--- androidx.annotation:annotation-jvm:1.7.1 | |
| -| \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.22 | |
| -| +--- org.jetbrains:annotations:13.0 -> 23.0.0 | |
| -| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 1.9.22 (c) | |
| -| +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.22 (c) | |
| -| \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 1.9.22 (c) | |
| +| \--- androidx.annotation:annotation:1.0.0 -> 1.8.0-alpha01 | |
| +| \--- androidx.annotation:annotation-jvm:1.8.0-alpha01 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function pr_checkout() { | |
| # Get current repo info | |
| local repo | |
| repo=$(gh repo view --json nameWithOwner -q .nameWithOwner 2>/dev/null) | |
| if [[ -z $repo ]]; then | |
| echo "Error: Not in a GitHub repository or gh CLI not authenticated" | |
| return 1 | |
| fi | |
| echo "Fetching open PRs for $repo..." |
OlderNewer