Skip to content

Commit

Permalink
Merge pull request #76 from TomerFi/main
Browse files Browse the repository at this point in the history
[pull] main from TomerFi:main
  • Loading branch information
ammar-ahmed-butt authored Nov 8, 2024
2 parents b4bdc9c + c137fd3 commit a98330b
Show file tree
Hide file tree
Showing 25 changed files with 1,365 additions and 2,631 deletions.
48 changes: 0 additions & 48 deletions .all-contributorsrc

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
ssh-key: ${{ secrets.DEPLOY_KEY }}

- name: Setup Python 3.12
uses: actions/setup-python@v5.1.1
uses: actions/setup-python@v5.3.0
with:
python-version: "3.12"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Determine next SemVer
id: bumper
uses: tomerfi/[email protected].2
uses: tomerfi/[email protected].3

- name: Update package with new version
run: |
Expand All @@ -50,7 +50,7 @@ jobs:
run: npm ci --production

- name: Create lambda archive
run: zip -r auto-me-bot.zip src/ node_modules/
run: zip -r auto-me-bot.zip src/ node_modules/ package.json package-lock.json

- name: Get function state
id: function_state
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
cache: npm

- name: Setup Python 3.12
uses: actions/setup-python@v5.1.1
uses: actions/setup-python@v5.3.0
with:
python-version: "3.12"

Expand Down
31 changes: 1 addition & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pr:
<ul>
<li>Size based labeling for pull requests</li>
<li>Automate assignees and reviewers for pull requests</li>
<li>Various handlers for event types other then <em>pull_request</em, such as <em>push</em> and and <em>issue</em> event types</li>
<li>Various handlers for event types other than <em>pull_request</em, such as <em>push</em> and and <em>issue</em> event types</li>
<li>Repository management capabilities, such as labels creation and settings syncing</li>
</ul>
</details>
Expand All @@ -81,32 +81,3 @@ pr:
you can use the <a href="https://github.com/TomerFi/version-bumper-action">version-bumper-action</a> for <em>GitHub</em>, to automate your releases.
</p>
</details>

## Contributors [![all-contributors-badge]][all-contributors]

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://aaron-de.nirvati.org"><img src="https://avatars.githubusercontent.com/u/67546953?v=4?s=100" width="100px;" alt="Aaron Dewes"/><br /><sub><b>Aaron Dewes</b></sub></a><br /><a href="https://github.com/TomerFi/auto-me-bot/commits?author=AaronDewes" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/dolby360"><img src="https://avatars.githubusercontent.com/u/22151399?v=4?s=100" width="100px;" alt="Dolev Ben Aharon"/><br /><sub><b>Dolev Ben Aharon</b></sub></a><br /><a href="https://github.com/TomerFi/auto-me-bot/commits?author=dolby360" title="Code">💻</a> <a href="https://github.com/TomerFi/auto-me-bot/commits?author=dolby360" title="Documentation">📖</a> <a href="https://github.com/TomerFi/auto-me-bot/issues?q=author%3Adolby360" title="Bug reports">🐛</a> <a href="#ideas-dolby360" title="Ideas, Planning, & Feedback">🤔</a> <a href="#promotion-dolby360" title="Promotion">📣</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://altmascinco.wordpress.com"><img src="https://avatars.githubusercontent.com/u/1054618?v=4?s=100" width="100px;" alt="Jorge Vallecillo"/><br /><sub><b>Jorge Vallecillo</b></sub></a><br /><a href="#infra-altmas5" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
</tr>
</tbody>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

Contributing guidelines are [here][contributing_md].

<!-- Real Links -->
[contributing_md]: https://github.com/TomerFi/auto-me-bot/blob/main/CONTRIBUTING.md
[all-contributors]: https://allcontributors.org/
<!-- Badges Links -->
[all-contributors-badge]: https://img.shields.io/github/all-contributors/tomerfi/version-bumper?style=plastic&label=%20&color=b7b1e3

4 changes: 2 additions & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ export default [
name: "default",
files: ["**/*.js"],
languageOptions: {
sourceType: "script",
sourceType: "module",
globals: {
...globals.node,
...globals.nodeBuiltin,
...globals.mocha,
}
},
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ markdown_extensions:
permalink: ⚓︎

extra:
version: "2.0.1"
version: "3.0.2"
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/realTomFi
Expand Down
Loading

0 comments on commit a98330b

Please sign in to comment.