Skip to content

Commit 47b3e7a

Browse files
committed
fix: pr review + add label
1 parent 41fc261 commit 47b3e7a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/github-action/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const github = require('@actions/github');
22
const core = require('@actions/core');
3-
const contributors = require('./contributors');
3+
const { contributors } = require('./contributors');
44

55
async function run() {
66
try {

pull_request_template.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
## Warning:
66

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

0 commit comments

Comments
 (0)