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
Hey, I'm geekflyer-1221897 and I have contributed to the democeremony1. | |
The following are my contribution signatures: | |
Circuit # 1 (notmain2) | |
Contributor # 1 | |
Contribution Hash: 236068ac 34dfe761 e0c48888 9c238967 | |
69035a70 a24219b0 e34498fb 8dc8556e | |
a1a624e2 4aa9fdf8 5dc7ad4f 2bcd56ae | |
350fee73 967a02d0 e84bb57e dab871fe |
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
#!/usr/bin/env bash | |
# run this script via: curl -sSL https://gist.github.com/geekflyer/95e61e967a3276fbbf669fedb495b3dd/raw/migrate-from-branch-based-to-fork-based-prs.sh | bash | |
set -e pipefail | |
# Verify whether the GitHub CLI is installed and prompt the user to install it if necessary | |
if ! command -v gh &>/dev/null; then | |
echo "GitHub CLI not found. Please install it from https://cli.github.com/ and then re-run this script." | |
exit 1 |
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
export const packageName = require(__dirname + '/../package.json').name; |
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
sap.ui.define([], function () { | |
function jsInteropDefaultRequire(importedModule) { | |
if (importedModule && importedModule.__esModule) { | |
const exportedProps = Object.keys(importedModule); | |
if (exportedProps.length === 1 && exportedProps[0] === 'default') { | |
return importedModule.default; | |
} | |
} | |
return importedModule; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
{"exclude":["node/.*","node_modules/.",".idea/.*","localtest/.*"]} |
NewerOlder