mirror of
https://github.com/System-End/riceathon.git
synced 2026-04-19 16:28:27 +00:00
Need to await this too actually
This commit is contained in:
parent
586a99aece
commit
7b363a9be2
1 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ const pull_number = process.env.PR_NUMBER;
|
|||
);
|
||||
console.debug(prData);
|
||||
if (prData.body_text && prData.body_text.includes("automation:labels:rice")) {
|
||||
simpleApiReq(`repos/${owner}/${repo}/issues/${pull_number}/labels`, "POST", {
|
||||
await simpleApiReq(`repos/${owner}/${repo}/issues/${pull_number}/labels`, "POST", {
|
||||
labels: ["rice-setup"],
|
||||
});
|
||||
}
|
||||
|
|
@ -57,7 +57,7 @@ const pull_number = process.env.PR_NUMBER;
|
|||
};
|
||||
// validate members.json file
|
||||
// schema
|
||||
// name -> GH username here (ex: John Does dotfiles or what ever you name ur dotfiles)string (req)
|
||||
// name -> GH username here (ex: John Does dotfiles or what ever you name ur dotfiles) string (req)
|
||||
// dotfiles git link (optional) string
|
||||
// dotfiles os (nixos,arch,etc) string (req)
|
||||
// TODO: any other props?
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue