We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41fc261 commit 47b3e7aCopy full SHA for 47b3e7a
.github/github-action/index.js
@@ -1,6 +1,6 @@
1
const github = require('@actions/github');
2
const core = require('@actions/core');
3
-const contributors = require('./contributors');
+const { contributors } = require('./contributors');
4
5
async function run() {
6
try {
pull_request_template.md
@@ -5,8 +5,8 @@
## Warning:
7
- If you want feedback or review, you must support the project on GitHub:
8
- - $5 per review
9
- - $25 for lifetime reviews
+ - [$5 per review](https://github.com/sponsors/tomalaforge)
+ - [$25 for lifetime reviews](https://github.com/sponsors/tomalaforge)
10
- Create one of more challenges
11
- Have many valuable contributions to the project
12
0 commit comments