Skip to content

Commit

Permalink
feat: add support for milestones
Browse files Browse the repository at this point in the history
When PR has set a milestone that matches the freezing/pre-release tag, it won't mark PR as freezed
  • Loading branch information
jamacku committed Mar 18, 2024
1 parent e491541 commit 100738f
Show file tree
Hide file tree
Showing 69 changed files with 610 additions and 1,730 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ policy:
😎 We are no longer in ...
# Suport for regular expressions
- tags: ['^\S*-rc\d$']
- tags: ['^(v\d*)-rc\d$']
feedback:
frozen-state: |
We are currently in a development freeze phase.
Expand Down
15 changes: 10 additions & 5 deletions dist/action.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/action.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions dist/app.d.ts

This file was deleted.

78 changes: 0 additions & 78 deletions dist/app.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/app.js.map

This file was deleted.

5 changes: 0 additions & 5 deletions dist/comment.d.ts

This file was deleted.

47 changes: 0 additions & 47 deletions dist/comment.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/comment.js.map

This file was deleted.

23 changes: 0 additions & 23 deletions dist/config.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/config.js.map

This file was deleted.

Loading

0 comments on commit 100738f

Please sign in to comment.