Skip to content

Commit

Permalink
Fix/mail typo (#510)
Browse files Browse the repository at this point in the history
* Fix dev-pr-close.yml

* Check labels
  • Loading branch information
ggodlewski authored Oct 18, 2024
1 parent a6bf180 commit 855bdfe
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/dev-pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: mheap/github-action-required-labels@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
node-version: 20
cache: 'npm'
mode: exactly
count: 1
labels: 'major, minor, patch'
- name: Git config
env:
GH_ORG_EMAIL: "WikiGDrive"
Expand Down

0 comments on commit 855bdfe

Please sign in to comment.