mirror of
https://github.com/Xevion/linkpulse.git
synced 2025-12-08 22:07:44 -06:00
Remove core import (already available)
This commit is contained in:
2
.github/workflows/checklist.yaml
vendored
2
.github/workflows/checklist.yaml
vendored
@@ -10,7 +10,6 @@ jobs:
|
||||
- uses: actions/github-script@v7
|
||||
with:
|
||||
script: |
|
||||
const core = require('@actions/core');
|
||||
const fs = require('fs');
|
||||
const path = 'CHANGELOG.md';
|
||||
const changelog = fs.readFileSync(path, 'utf8');
|
||||
@@ -59,7 +58,6 @@ jobs:
|
||||
- uses: actions/github-script@v7
|
||||
with:
|
||||
script: |
|
||||
const core = require('@actions/core')
|
||||
const forbiddenLabels = ['draft'];
|
||||
let labels = context.payload.pull_request.labels;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user