Skip to content

Commit

Permalink
πŸ“ docs(links): updates (#5)
Browse files Browse the repository at this point in the history
## πŸ’Œ Description

<!-- Add a more detailed description of the changes if needed. -->

## πŸ”— Related issue

<!-- If your PR refers to a related issue, link it here. -->
Fixes: #

## πŸ—οΈ Type of change

<!-- Mark with an `x` all the checkboxes that apply (like `[x]`) -->

- [ ] πŸ“š Examples / docs / tutorials
- [ ] πŸ› Bug fix (non-breaking change which fixes an issue)
- [ ] πŸ₯‚ Improvement (non-breaking change which improves an existing
feature)
- [ ] πŸš€ New feature (non-breaking change which adds functionality)
- [ ] πŸ’₯ Breaking change (fix or feature that would cause existing
functionality to change)
- [ ] 🚨 Security fix
- [ ] ⬆️ Dependencies update

## βœ… Checklist

<!-- Mark with an `x` all the checkboxes that apply (like `[x]`) -->

- [ ] I've read the [`Code of Conduct`](./.github/CODE_OF_CONDUCT.md)
document.
- [ ] I've read the [`Contributing`](./.github/CONTRIBUTING.md) guide.
  • Loading branch information
DariuszPorowski authored May 8, 2023
1 parent ded5fbf commit a143169
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ body:
id: terms
attributes:
label: πŸ“œ Code of Conduct
description: By submitting this issue, you agree to follow our [`Code of Conduct`](.github/CODE_OF_CONDUCT.md)
description: By submitting this issue, you agree to follow our [`Code of Conduct`](https://github.com/raven-actions/actionlint/blob/main/.github/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct.
required: true
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ body:
id: terms
attributes:
label: πŸ“œ Code of Conduct
description: By submitting this issue, you agree to follow our [`Code of Conduct`](./.github/CODE_OF_CONDUCT.md)
description: By submitting this issue, you agree to follow our [`Code of Conduct`](https://github.com/raven-actions/actionlint/blob/main/.github/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct.
required: true
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ body:
id: terms
attributes:
label: πŸ“œ Code of Conduct
description: By submitting this issue, you agree to follow our [`Code of Conduct`](./.github/CODE_OF_CONDUCT.md)
description: By submitting this issue, you agree to follow our [`Code of Conduct`](https://github.com/raven-actions/actionlint/blob/main/.github/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct.
required: true
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ Fixes: #

<!-- Mark with an `x` all the checkboxes that apply (like `[x]`) -->

- [ ] I've read the [`Code of Conduct`](./.github/CODE_OF_CONDUCT.md) document.
- [ ] I've read the [`Contributing`](./.github/CONTRIBUTING.md) guide.
- [ ] I've read the [`Code of Conduct`](https://github.com/raven-actions/actionlint/blob/main/.github/CODE_OF_CONDUCT.md)> document.
- [ ] I've read the [`Contributing`](https://github.com/raven-actions/actionlint/blob/main/.github/CONTRIBUTING.md) guide.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Run actionlint in your GitHub workflow
author: Dariusz Porowski
branding:
icon: check-circle # https://feathericons.com
color: blue
color: gray-dark

inputs:
version:
Expand Down

0 comments on commit a143169

Please sign in to comment.