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:
parent
7d508e5a7d
commit
1a6e3e73c5
12 changed files with 14 additions and 16 deletions
0
.github/FUNDING.yml → .github/FUNDING.yaml
vendored
0
.github/FUNDING.yml → .github/FUNDING.yaml
vendored
|
@ -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:
|
|
@ -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:
|
|
@ -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"
|
2
.github/workflows/netlify-dev.yaml
vendored
2
.github/workflows/netlify-dev.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue