Skip to content

Commit

Permalink
Merge pull request #94 from cloudnativedaysjp/fix/syntax_error
Browse files Browse the repository at this point in the history
fix: Syntax error
  • Loading branch information
ystkfujii authored Jul 15, 2024
2 parents cab9718 + cd0e428 commit 3d305a4
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/cron-remove-label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ jobs:
- uses: actions/github-script@v6
with:
script: |
# MEMO: please comment out the follwoing if you execute this script in local
#import { Octokit } from "@octokit/rest";
#import fetch from "node-fetch";
#const github = new Octokit({
# auth: "${YOUR_TOKEN}",
# request: {
# fetch: fetch,
# },
#})
#const context = {
# "repo": {
# "owner": "cloudnativedaysjp",
# "repo": "dreamkast-weaver",
# }
#}
// MEMO: please comment out the follwoing if you execute this script in local
//import { Octokit } from "@octokit/rest";
//import fetch from "node-fetch";
//const github = new Octokit({
// auth: "${YOUR_TOKEN}",
// request: {
// fetch: fetch,
// },
//})
//const context = {
// "repo": {
// "owner": "cloudnativedaysjp",
// "repo": "dreamkast-weaver",
// }
//}
const targetLabel = 'reviewapps';
const now = new Date();
Expand Down

0 comments on commit 3d305a4

Please sign in to comment.