1
Fork 0
mirror of https://github.com/RGBCube/cinny synced 2025-08-01 09:27:46 +00:00

String update and file extension name consistency (#436)

* Fixes #434

* Fixes #433

* Prtially fixes #432

* Disable auto labelling of issues

* Use yaml instead of yml as recommended by yaml.org

* shortened the strings

* simplified option description
This commit is contained in:
Krishan 2022-03-30 13:42:52 +05:30 committed by GitHub
parent 7d508e5a7d
commit 1a6e3e73c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 14 additions and 16 deletions

View file

@ -1,6 +1,5 @@
name: 🐞 Bug Report
description: Report a bug
labels: 'type: bug'
body:
- type: markdown
@ -50,7 +49,7 @@ body:
render: shell
validations:
required: true
- type: textarea
id: context
attributes:

View file

@ -1,6 +1,5 @@
name: 💡 Feature Request
description: Suggest an idea
labels: 'type: feature'
body:
- type: textarea
@ -26,7 +25,7 @@ body:
attributes:
label: Alternatives considered
description: "Any alternative solutions you've considered"
- type: textarea
id: context
attributes:

View file

@ -5,7 +5,7 @@ version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
schedule:
interval: weekly
day: "tuesday"
time: "01:00"
@ -13,7 +13,7 @@ updates:
- package-ecosystem: docker
directory: /
schedule:
schedule:
interval: weekly
day: "tuesday"
time: "01:00"
@ -21,7 +21,7 @@ updates:
- package-ecosystem: npm
directory: /
schedule:
schedule:
interval: weekly
day: "tuesday"
time: "01:00"

View file

@ -10,7 +10,7 @@ jobs:
name: 'Deploy'
runs-on: ubuntu-latest
steps:
steps:
- name: Checkout repository
uses: actions/checkout@v3.0.0
- name: Build and deploy to Netlify