cicd: Issue responsibility bugs

This commit is contained in:
jamesread 2024-12-30 01:54:36 +00:00
parent b6429e9bc7
commit d36b23832c
1 changed files with 0 additions and 5 deletions

View File

@ -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;