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