Skip to content

Commit eaa091f

Browse files
cbellinidependabot[bot]leplatrem
authored
SNG: Include new and existing ticket steps (#1048)
* try adding support for status mapping * include steps for new and existing tickets * Bump python from 3.12.5-slim to 3.12.6-slim (#1049) Bumps python from 3.12.5-slim to 3.12.6-slim. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump the minor-patch group across 1 directory with 6 updates (#1050) * Bump the minor-patch group across 1 directory with 6 updates Bumps the minor-patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/fastapi/fastapi) | `0.112.2` | `0.114.2` | | [pydantic](https://github.com/pydantic/pydantic) | `2.8.2` | `2.9.1` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.13.0` | `2.14.0` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.4.0` | `2.5.2` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.3` | | [ruff](https://github.com/astral-sh/ruff) | `0.6.3` | `0.6.5` | Updates `fastapi` from 0.112.2 to 0.114.2 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.112.2...0.114.2) Updates `pydantic` from 2.8.2 to 2.9.1 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.8.2...v2.9.1) Updates `sentry-sdk` from 2.13.0 to 2.14.0 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-python@2.13.0...2.14.0) Updates `pydantic-settings` from 2.4.0 to 2.5.2 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.4.0...v2.5.2) Updates `pytest` from 8.3.2 to 8.3.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.2...8.3.3) Updates `ruff` from 0.6.3 to 0.6.5 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.6.3...0.6.5) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: pydantic-settings dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Ignore type * Add type annotation for mypy --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mathieu Leplatre <[email protected]> * include steps for new and existing tickets --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mathieu Leplatre <[email protected]>
1 parent 5d201b8 commit eaa091f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

config/config.prod.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,26 @@
437437
parameters:
438438
jira_project_key: SNG
439439
labels_brackets: both
440+
steps:
441+
new:
442+
- create_issue
443+
- maybe_delete_duplicate
444+
- add_link_to_bugzilla
445+
- add_link_to_jira
446+
- maybe_assign_jira_user
447+
- maybe_update_issue_status
448+
- maybe_update_issue_priority
449+
- maybe_update_issue_severity
450+
- maybe_update_issue_points
451+
- sync_whiteboard_labels
452+
existing:
453+
- update_issue_summary
454+
- maybe_assign_jira_user
455+
- maybe_update_issue_status
456+
- maybe_update_issue_priority
457+
- maybe_update_issue_severity
458+
- maybe_update_issue_points
459+
- sync_whiteboard_labels
440460
status_map:
441461
UNCONFIRMED: Backlog
442462
NEW: To Do

0 commit comments

Comments
 (0)