Skip to content

Commit

Permalink
Removes actix_rt from testing, Bumps all dependencies to latest (#9)
Browse files Browse the repository at this point in the history
* removes actix_rt from testing, bumps dependencies

* change Dependabot label to Dependencies

fixes test with missing call
  • Loading branch information
auyer committed Apr 11, 2023
1 parent 140ef91 commit ed0eb19
Show file tree
Hide file tree
Showing 5 changed files with 306 additions and 238 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/enforce_label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
steps:
- uses: yogevbd/enforce-label-action@2.2.2
with:
REQUIRED_LABELS_ANY: "🚀 Feature,💅 Improvement,🐛 Bug,📚 Docs,🧪 Tests,☁️ CI,🚨 Security,🤖 Dependabot"
REQUIRED_LABELS_ANY_DESCRIPTION: "It is necessary to add a label to your PR. This will help to categorize it and add a note on the release. Chose one of [🚀 Feature,💅 Improvement,🐛 Bug,📚 Docs,🧪 Tests,☁️ CI,🚨 Security,🤖 Dependabot]"
REQUIRED_LABELS_ANY: "🚀 Feature,💅 Improvement,🐛 Bug,📚 Docs,🧪 Tests,☁️ CI,🚨 Security,🤖 Dependencies"
REQUIRED_LABELS_ANY_DESCRIPTION: "It is necessary to add a label to your PR. This will help to categorize it and add a note on the release. Chose one of [🚀 Feature,💅 Improvement,🐛 Bug,📚 Docs,🧪 Tests,☁️ CI,🚨 Security,🤖 Dependencies]"
Loading

0 comments on commit ed0eb19

Please sign in to comment.