Skip to content
Merged
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Report a bug
description: Tell us about a bug or issue you may have identified in OUDS Web.
title: "Provide a general summary of the issue"
labels: [bug]
labels: [🐞 bug]
assignees: "-"
body:
- type: checkboxes
Expand Down Expand Up @@ -59,4 +59,4 @@ body:
label: What version of OUDS Web are you using?
placeholder: "e.g., v0.1.0"
validations:
required: true
required: true
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Feature request
description: Suggest new or updated features to include in OUDS Web.
title: "Suggest a new feature"
labels: [feature]
labels: [🗳️ feature]
assignees: []
body:
- type: checkboxes
Expand All @@ -26,4 +26,4 @@ body:
label: Motivation and context
description: Tell us why this change is needed or helpful, and what problems it may help solve.
validations:
required: true
required: true
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ updates:
directory: "/"
schedule:
interval: weekly
day: tuesday
time: "12:00"
day: friday
time: "06:00"
timezone: Europe/Paris
- package-ecosystem: npm
directory: "/"
Expand All @@ -21,8 +21,8 @@ updates:
- "@storybook/*"
schedule:
interval: weekly
day: tuesday
time: "12:00"
day: friday
time: "06:00"
timezone: Europe/Paris
versioning-strategy: increase
rebase-strategy: disabled
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pa11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
node-version: "${{ env.NODE }}"

- name: Set up npm cache
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
Expand Down
Loading
Loading