Skip to content

Commit

Permalink
Update add_label.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tilucasoli committed Jun 28, 2024
1 parent bcdcc3b commit a1b28c8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/add_label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ jobs:
- uses: actions/github-script@v7
with:
script: |
github.rest.issues.removeLabel({
issue_number: issue_num,
owner: context.repo.owner,
repo: context.repo.repo,
name: ["mix", "mix_lint", "mix_annotations", "mix_generator", "documentation", "examples", "repo"]
})
const { execSync } = require('child_process')
const { commits } = context.payload.pull_request
const rawFiles = execSync(`git diff --name-only HEAD HEAD~${commits}`).toString()
Expand Down

0 comments on commit a1b28c8

Please sign in to comment.