Skip to content

Commit

Permalink
fix: actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfrosty committed Nov 26, 2024
1 parent 96ea62e commit 54dde82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/contentlayer.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Contentlayer Markdown Formatting

on:
push:
branches: [main]
pull_request:
branches: [main]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prettier-label-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
script: |
github.rest.issues.removeLabel({
owner: context.repo.owner,
repo: context.repo.name,
repo: context.repo.repo,
issue_number: context.issue.number,
name: 'prettier'
})

0 comments on commit 54dde82

Please sign in to comment.