Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
infinityofspace committed Feb 3, 2024
2 parents e4bf148 + 0b83f55 commit f8f84fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ body:
id: system-os-info
attributes:
label: OS info
description: The operating system and version are you using.
description: The operating system and version you are using.
placeholder: eg. Debian 12 , Ubuntu 23.10, Arch 6.6.3, Windows 10, MacOS 12
validations:
required: true
Expand All @@ -21,7 +21,7 @@ body:
id: version-info
attributes:
label: pkb_client version
description: The pkb_client version are you using.
description: The pkb_client version you are using.
placeholder: eg. v1.2
validations:
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs_source_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: sphinx-apidoc -f -o docs/source pkb_client

- name: Open PR with changes
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
title: "[Docs]: update docs source"
Expand Down

0 comments on commit f8f84fb

Please sign in to comment.