Skip to content

Commit 286339c

Browse files
✨ feat(smee): add smee support (#7)
## πŸ’Œ Description smee support ## πŸ”— 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 / dependencies update - [ ] πŸ› Bug fix (non-breaking change which fixes an issue) - [ ] πŸ₯‚ Improvement (non-breaking change which improves an existing feature) - [x] πŸš€ 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]`) --> - [x] I've read the [`Code of Conduct`](https://github.com/DariuszPorowski/ghaction-dump-contexts/blob/main/.github/CODE_OF_CONDUCT.md) document. - [x] I've read the [`Contributing`](https://github.com/DariuszPorowski/ghaction-dump-contexts/blob/main/.github/CONTRIBUTING.md) guide.
1 parent 6f30014 commit 286339c

20 files changed

+686
-107
lines changed

β€Ž.github/CODEOWNERSβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Default reviewers/codeowners for all code changes in the repository
2-
* @DariuszPorowski
2+
* @raven-actions/reviewers

β€Ž.github/CODE_OF_CONDUCT.mdβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Examples of behavior that contributes to a positive environment for our communit
1414
- Being respectful of differing opinions, viewpoints, and experiences
1515
- Giving and gracefully accepting constructive feedback
1616
- Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17-
- Focusing on what's best not just for us as individuals, but for the overall community
17+
- Focusing on what's best not just for us as individuals but for the overall community
1818

1919
Examples of unacceptable behavior include:
2020

21-
- The use of sexualized language or imagery, and sexual attention or advances of any kind
21+
- The use of sexualized language or imagery and sexual attention or advances of any kind
2222
- Trolling, insulting or derogatory comments, and personal or political attacks
2323
- Public or private harassment
2424
- Publishing others' private information, such as a physical or email address, without their explicit permission
@@ -28,17 +28,17 @@ Examples of unacceptable behavior include:
2828

2929
Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
3030

31-
Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
31+
Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned with this Code of Conduct and will communicate reasons for moderation decisions when appropriate.
3232

3333
## πŸ”­ Scope
3434

35-
This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
35+
This Code of Conduct applies within all community spaces and when an individual officially represents the community in public spaces. Representing our community includes using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
3636

3737
## πŸš“ Enforcement
3838

39-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at [Twitter message](https://twitter.com/DariuszPorowski). All complaints will be reviewed and investigated promptly and fairly.
39+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for the enforcement at [LinkedIn message](https://www.linkedin.com/in/DariuszPorowski). All complaints will be reviewed and investigated promptly and fairly.
4040

41-
All community leaders are obligated to respect the privacy and security of the reporter of any incident.
41+
All community leaders must respect the privacy and security of the reporter of any incident.
4242

4343
## πŸ›‚ Enforcement Guidelines
4444

@@ -54,7 +54,7 @@ Community leaders will follow these Community Impact Guidelines in determining t
5454

5555
**Community Impact**: A violation through a single incident or series of actions.
5656

57-
**Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
57+
**Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces and external channels like social media. Violating these terms may lead to a temporary or permanent ban.
5858

5959
### 3. Temporary Ban
6060

β€Ž.github/CONTRIBUTING.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To contribute, please follow these steps:
1616

1717
## πŸ”° Code of Conduct
1818

19-
All contributors are expected to adhere to the project name code of conduct. Therefore, please review it before contributing [`Code of Conduct`](./CODE_OF_CONDUCT.md).
19+
All contributors are expected to adhere to the project name code of conduct. Therefore, please review it before contributing [`Code of Conduct`](https://github.com/raven-actions/dump-contexts/blob/main/.github/CODE_OF_CONDUCT.md).
2020

2121
## πŸ“„ License
2222

β€Ž.github/ISSUE_TEMPLATE/bug.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
---
21
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema
2+
---
33
name: πŸ› Bug Report
44
description: If something isn't working πŸ”§
55
title: "πŸ› [bug]: "
@@ -82,7 +82,7 @@ body:
8282
id: terms
8383
attributes:
8484
label: πŸ“œ Code of Conduct
85-
description: By submitting this issue, you agree to follow our [`Code of Conduct`](https://github.com/DariuszPorowski/ghaction-dump-contexts/blob/main/.github/CODE_OF_CONDUCT.md)
85+
description: By submitting this issue, you agree to follow our [`Code of Conduct`](https://github.com/raven-actions/dump-contexts/blob/main/.github/CODE_OF_CONDUCT.md)
8686
options:
8787
- label: I agree to follow this project's Code of Conduct.
8888
required: true
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#configuring-the-template-chooser
2+
---
23
blank_issues_enabled: false
4+
# contact_links:
5+
# - name: Support
6+
# url: https://www.linkedin.com/in/DariuszPorowski
7+
# about: Request support

β€Ž.github/ISSUE_TEMPLATE/feature-request.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
---
21
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema
2+
---
33
name: πŸš€ Feature request
44
description: Suggest an idea for this project πŸ–
55
title: "πŸš€ [feature]: "
@@ -44,7 +44,7 @@ body:
4444
id: terms
4545
attributes:
4646
label: πŸ“œ Code of Conduct
47-
description: By submitting this issue, you agree to follow our [`Code of Conduct`](https://github.com/DariuszPorowski/ghaction-dump-contexts/blob/main/.github/CODE_OF_CONDUCT.md)
47+
description: By submitting this issue, you agree to follow our [`Code of Conduct`](https://github.com/raven-actions/dump-contexts/blob/main/.github/CODE_OF_CONDUCT.md)
4848
options:
4949
- label: I agree to follow this project's Code of Conduct.
5050
required: true

β€Ž.github/ISSUE_TEMPLATE/question.ymlβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
---
21
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema
2+
---
33
name: ❓ Question
44
description: Ask a question about this project πŸŽ“
55
title: "❓ [question]: "
@@ -14,7 +14,7 @@ body:
1414
label: βœ… Checklist
1515
description: Mark with an βœ”οΈ all the checkboxes that apply.
1616
options:
17-
- label: I've searched the project's [`issues`](https://github.com/DariuszPorowski/ghaction-dump-contexts/issues?q=is%3Aissue) and did not find answer for my question.
17+
- label: I've searched the project's [`issues`](https://github.com/raven-actions/dump-contexts/issues?q=is%3Aissue) and did not find answer for my question.
1818
required: true
1919
- type: textarea
2020
id: question
@@ -38,7 +38,7 @@ body:
3838
id: terms
3939
attributes:
4040
label: πŸ“œ Code of Conduct
41-
description: By submitting this issue, you agree to follow our [`Code of Conduct`](https://github.com/DariuszPorowski/ghaction-dump-contexts/blob/main/.github/CODE_OF_CONDUCT.md)
41+
description: By submitting this issue, you agree to follow our [`Code of Conduct`](https://github.com/raven-actions/dump-contexts/blob/main/.github/CODE_OF_CONDUCT.md)
4242
options:
4343
- label: I agree to follow this project's Code of Conduct.
4444
required: true

β€Ž.github/PULL_REQUEST_TEMPLATE.mdβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Fixes: #
1111

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

14-
- [ ] πŸ“š Examples / docs / tutorials / dependencies update
14+
- [ ] πŸ“š Examples / docs / tutorials
1515
- [ ] πŸ› Bug fix (non-breaking change which fixes an issue)
1616
- [ ] πŸ₯‚ Improvement (non-breaking change which improves an existing feature)
1717
- [ ] πŸš€ New feature (non-breaking change which adds functionality)
@@ -23,5 +23,5 @@ Fixes: #
2323

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

26-
- [ ] I've read the [`Code of Conduct`](https://github.com/DariuszPorowski/ghaction-dump-contexts/blob/main/.github/CODE_OF_CONDUCT.md) document.
27-
- [ ] I've read the [`Contributing`](https://github.com/DariuszPorowski/ghaction-dump-contexts/blob/main/.github/CONTRIBUTING.md) guide.
26+
- [ ] I've read the [`Code of Conduct`](https://github.com/raven-actions/dump-contexts/blob/main/.github/CODE_OF_CONDUCT.md)> document.
27+
- [ ] I've read the [`Contributing`](https://github.com/raven-actions/dump-contexts/blob/main/.github/CONTRIBUTING.md) guide.

β€Ž.github/SECURITY.mdβ€Ž

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,26 @@
88

99
## 🚨 Reporting a Vulnerability
1010

11+
> ⚠️ **Please do not report security vulnerabilities through public GitHub issues.**
12+
1113
If you believe you have found a security vulnerability in the project, please do not hesitate to report it to us. We take all security issues seriously and will do our best to address them promptly.
1214

13-
To report a security vulnerability, please send a [Twitter message](https://twitter.com/DariuszPorowski) describing the vulnerability. In addition, please include any relevant information that could help us reproduce the issue, such as steps to reproduce the vulnerability, the affected versions of the software, and any other relevant details.
15+
To report a security vulnerability, please send a [LinkedIn message](https://www.linkedin.com/in/DariuszPorowski) describing the vulnerability. In addition, please include any relevant information that could help us reproduce the issue, such as steps to reproduce the vulnerability, the affected versions of the software, and any other relevant details.
1416

15-
We will acknowledge receipt of your report within 2 business days and work with you to verify the vulnerability and develop a fix. We may also ask you for additional information or clarifications as needed.
17+
We will acknowledge receipt of your report within two business days and work with you to verify the vulnerability and develop a fix. We may also ask you for additional information or clarifications as needed.
1618

1719
## ⏳ Response Time
1820

19-
We strive to address security issues as quickly as possible. Our response time depends on the severity of the issue, but we will do our best to provide a fix or a workaround within one week of receiving a vulnerability report. In some cases, it may take longer to address a security issue, but we will keep you updated on our progress.
21+
We strive to address security issues as quickly as possible. Our response time depends on the severity of the issue, but we will do our best to provide a fix or a workaround within one week of receiving a vulnerability report. Sometimes, it may take longer to address a security issue, but we will keep you updated on our progress.
2022

2123
## πŸ‘οΈ Disclosure Policy
2224

2325
We will disclose security vulnerabilities in our project as soon as we have verified them and developed a fix or a workaround. We will notify users of the vulnerability via our GitHub repository and other appropriate channels.
2426

2527
## πŸ“œ Code of Conduct
2628

27-
All participants in our project are expected to adhere to our [`Code of Conduct`](https://github.com/DariuszPorowski/ghaction-dump-contexts/blob/main/.github/CODE_OF_CONDUCT.md). Furthermore, we expect everyone to treat each other respectfully and contribute to a positive and inclusive community.
29+
All participants in our project are expected to adhere to our [`Code of Conduct`](https://github.com/raven-actions/dump-contexts/blob/main/.github/CODE_OF_CONDUCT.md). Furthermore, we expect everyone to treat each other respectfully and contribute to a positive and inclusive community.
2830

2931
## βœ‰οΈ Contact
3032

31-
If you have any questions or concerns about our security policy, don't hesitate to contact us using [Twitter message](https://twitter.com/DariuszPorowski).
33+
If you have any questions or concerns about our security policy, don't hesitate to contact me using [LinkedIn message](https://www.linkedin.com/in/DariuszPorowski).

β€Ž.github/dependabot.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Please see the documentation for all configuration options:
22
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3-
3+
---
44
version: 2
55
updates:
66
- package-ecosystem: github-actions
77
directory: /
88
schedule:
99
interval: daily
1010
commit-message:
11-
prefix: "[github-actions] :arrow_up: "
11+
prefix: "[github-actions] ⬆️ "

0 commit comments

Comments
Β (0)