Skip to content

Commit

Permalink
Merge pull request #135 from eslint-kit/chore/fix-auto-release-workflow
Browse files Browse the repository at this point in the history
Fix workflow
  • Loading branch information
Evgeny Zakharov committed Apr 27, 2023
2 parents 8604fbe + b92826b commit 9498bd3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/auto-release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@ name: Auto Release Draft

on:
schedule:
cron: '0 1 * * *'
- cron: '0 1 * * *'

jobs:
pr-labeler:
auto-release:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 9498bd3

Please sign in to comment.