This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
4,199 additions
and
566 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
name: clear-stale-PRs | ||
|
||
on: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: "0 0 * * *" # UTC Midnight everyday | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Close Stale Issues | ||
uses: actions/[email protected] | ||
with: | ||
repo-token: ${{ secrets.PAT }} | ||
# ====== for pr | ||
exempt-pr-labels: pinned,security,good-first-issue,in-progress | ||
|
||
ascending: true # gets in ascending order | ||
stale-issue-label: "stale" | ||
days-before-pr-stale: 21 | ||
stale-pr-message: | | ||
This pull request has been automatically marked as stale because it | ||
has not had recent activity. It will be closed if no further activity | ||
occurs - please feel free to re-open when your project has more traction. | ||
days-before-pr-close: 7 | ||
close-pr-message: | | ||
This pull request has not seen any activity since it was marked stale. | ||
Closing. | ||
operations-per-run: 250 | ||
debug-only: false # true for dry run, false to actually perform the operations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"require": "ts-node/register", | ||
"extension": ["ts"], | ||
"watch-files": ["src/**/*.ts"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Validate [{KPOP}](https://solscan.io/token/{DcUoGUeNTLhhzyrcz49LE7z3MEFwca2N9uSw1xbVi1gm}) | ||
|
||
## Attestations (Please provide links): | ||
- Tweet from Twitter Account attesting the Mint address, tagging [@JupiterExchange](https://twitter.com/JupiterExchange) and showing community support: (https://x.com/kpopsolana/status/1738601649499693512?s=20) | ||
- Coingecko/ CMC URL (If available): [https://www.coingecko.com/en/coins/{id}](https://www.coingecko.com/en/coins/k-pop-on-solana) | ||
|
||
## Validation (Please check off boxes): | ||
- [X] The metadata provided in the PR matches what is on-chain (Mandatory) | ||
- [X] Does not duplicate the symbol of another token on Jupiter's strict list (If not, review will be delayed) | ||
- [X] Is Listed on Coingecko / CMC (Optional, but helpful for reviewers) | ||
|
||
## Acknowledgement (Please check off boxes) | ||
- [X] My change matches the format in the file (no spaces between fields). | ||
- [X] My token is already live and trading on Jupiter. | ||
- [X] !!! I read the README section on Community-Driven Validation and understand this PR will be only be reviewed when there is community support on Twitter. | ||
- [X] Please make sure your pull request title has your token name. If it just says "Main", or "Validate", it will automatically be closed. PRs containing broken attestation or solscan links will also be closed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.