Skip to content

Commit

Permalink
fix: pr review + add label
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalaforge committed Apr 17, 2024
1 parent 41fc261 commit 47b3e7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/github-action/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const github = require('@actions/github');
const core = require('@actions/core');
const contributors = require('./contributors');
const { contributors } = require('./contributors');

async function run() {
try {
Expand Down
4 changes: 2 additions & 2 deletions pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
## Warning:

- If you want feedback or review, you must support the project on GitHub:
- $5 per review
- $25 for lifetime reviews
- [$5 per review](https://github.com/sponsors/tomalaforge)
- [$25 for lifetime reviews](https://github.com/sponsors/tomalaforge)
- Create one of more challenges
- Have many valuable contributions to the project

Expand Down

0 comments on commit 47b3e7a

Please sign in to comment.