Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from typing import Tuple

issue_patterns = [
r"https://github.com/ydb-platform/ydb/issues/\d+",
r"https://github.com/ydb-platform/[a-z]/issues/\d+",
r"https://st.yandex-team.ru/[a-zA-Z]+-\d+",
r"#+d+",
r"[a-zA-Z]+-\d+"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Update Changelog
uses: ./.github/actions/update_changelog
env:
UPDATE_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
UPDATE_REPO_TOKEN: ${{ secrets.YDBOT_TOKEN }}
with:
pr_data: "${{ needs.gather-prs.outputs.prs }}"
changelog_path: "${{ github.event.inputs.changelog_path }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly_update_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Update Changelog
uses: ./.github/actions/update_changelog
env:
UPDATE_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
UPDATE_REPO_TOKEN: ${{ secrets.YDBOT_TOKEN }}
with:
pr_data: "${{ needs.gather-prs.outputs.prs }}"
changelog_path: "./CHANGELOG.md" # RODO: Use the correct path to your CHANGELOG.md file
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ There's also a separate section of [YDB documentation for contributors](https://

Visit YDB [website](https://ydb.tech/) for the latest success stories and user scenarios.


123
Loading