Skip to content

Commit

Permalink
chore(ci): SEC-4101 Update pr-checks workflow to add deps tag (#1312)
Browse files Browse the repository at this point in the history
As part of SEC-4101 & Closes #1316 I am reviewing our current dependency
configurations. Currently the PR checks are failing due to the PR using
`chore(deps)` for the PR prefix. For example:
#1311
  • Loading branch information
jentfoo authored Aug 12, 2024
1 parent e50cf4d commit 2bb5ce2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
# - main: used for automated releases
# - core: related to any core need such as the core service or monorepo
# - ci: anything related to ci
# - deps: dependency update
# - docs: anything related solely to documentation
# - sdk: related to sdk changes in the /sdk directory
# - policy: related to policy service changes (i.e. /service/policy)
Expand All @@ -49,6 +50,7 @@ jobs:
main
core
ci
deps
docs
sdk
policy
Expand Down Expand Up @@ -141,4 +143,4 @@ jobs:
await github.graphql(createCommentMutation, createCommentVariables)
core.setFailed('This pull request does not reference any issues. Please add a reference to an issue in the body of the pull request description.');
}

0 comments on commit 2bb5ce2

Please sign in to comment.