Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ body:
validations:
required: true

projects: ['atls/11']
projects: ['atls/11']
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ body:
validations:
required: true

projects: ['atls/11']
projects: ['atls/11']
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ body:
validations:
required: true

projects: ['atls/11']
projects: ['atls/11']
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ body:
label: Материалы
placeholder: Ссылка на репу, статью

projects: ['atls/11']
projects: ['atls/11']
6 changes: 3 additions & 3 deletions .github/workflows/reusable-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
workflow_call:
inputs:
node-version:
description: "Node version to run this workflow. Default: 22"
default: "22"
description: 'Node version to run this workflow. Default: 22'
default: '22'
required: false
type: string
appId:
Expand Down Expand Up @@ -114,4 +114,4 @@ jobs:
repo: ${{ github.repository }}
branch: master
commit_message: ${{ steps.commit_message.outputs.commitMessage }}
file_pattern: "*.json *.md *.yaml *.yml *.lock"
file_pattern: '*.json *.md *.yaml *.yml *.lock'
Loading
Loading