Resolve vulnerabilities + fix tests (#668)
* Remove GPR Github action (for now)
* Update test badge
* Remove stale.yml
* Upgrade cypress + fix failing tests
* Upgrade postcss-cli
* Update postcss command
* Remove space
* Add slight delay between scrolling animations
* Update test descriptions
* Remove signed commits/tagging (for now)
* chore(release): 🔖 version 7.0.5
* Update commit message
* Revert "Upgrade cypress + fix failing tests"
This reverts commit b6fbd0f51a
.
pull/671/head
parent
f597bc9aff
commit
ffc32df462
8 changed files with 610 additions and 594 deletions
@ -1,21 +0,0 @@ |
||||
# Number of days of inactivity before an issue becomes stale |
||||
daysUntilStale: 100 |
||||
# Number of days of inactivity before a stale issue is closed |
||||
daysUntilClose: 10 |
||||
# Issues with these labels will never be considered stale |
||||
exemptLabels: |
||||
- pinned |
||||
- security |
||||
- feature request |
||||
# Label to use when marking an issue as stale |
||||
staleLabel: stale |
||||
# Comment to post when marking an issue as stale. Set to `false` to disable |
||||
markComment: > |
||||
Thanks for contributing to this issue. As it has been 60 days since the last |
||||
activity, this issue is being automatically closed. This is often because the |
||||
request was already solved in some way and it just wasn't updated or it's no |
||||
longer applicable. If that's not the case, please do feel free to either |
||||
reopen this issue or open a new one. We'll gladly take a look again! |
||||
# Comment to post when closing a stale issue. Set to `false` to disable |
||||
closeComment: false |
||||
only: issues |
@ -1,4 +1,2 @@ |
||||
message="chore(release): :bookmark: version %s" |
||||
git-tag-version=true |
||||
sign-git-tag=true |
||||
sign-git-commit=true |
||||
message=":bookmark: Version %s" |
||||
git-tag-version=true |
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue