cicd: Issue responsibility bugs
This commit is contained in:
parent
b6429e9bc7
commit
d36b23832c
|
|
@ -14,11 +14,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
script: |
|
script: |
|
||||||
const core = require("@actions/core");
|
|
||||||
const github = require("@actions/github");
|
|
||||||
|
|
||||||
const { context } = github;
|
|
||||||
|
|
||||||
const commentAuthor = context.payload.comment.user.login;
|
const commentAuthor = context.payload.comment.user.login;
|
||||||
const issueNumber = context.payload.issue.number;
|
const issueNumber = context.payload.issue.number;
|
||||||
const owner = context.repo.owner;
|
const owner = context.repo.owner;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue