Skip to content

Commit

Permalink
import os
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Parsons committed May 13, 2024
1 parent 868d977 commit 1c74a13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_notes_updated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
REF: ${{ github.event.pull_request.head.ref }}
run: |
from re import compile
import os
main = '^main$'
release = '^release_v\d+\.\d+\.\d+$'
dep_update = '^latest-dep-update-[a-f0-9]{7}$'
Expand Down

0 comments on commit 1c74a13

Please sign in to comment.