From a60b79487098fd459e9be23251709fe96eabf976 Mon Sep 17 00:00:00 2001 From: zs stupid music Date: Wed, 10 Sep 2025 05:24:40 +0100 Subject: [PATCH] zs Ai Mini This AI research will give you all the results you want in your whole life. It's also allowed to link to a data base like: Meta, cloud, etc --- .github/workflows/stale.yml | 290 ++++++++++++++++++++++++++++++++++++ 1 file changed, 290 insertions(+) create mode 100644 .github/workflows/stale.yml diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml new file mode 100644 index 00000000..3e9d30b8 --- /dev/null +++ b/.github/workflows/stale.yml @@ -0,0 +1,290 @@ +# This workflow warns and then closes issues and PRs that have had no activity for a specified amount of time. +# +# You can adjust the behavior by modifying this file. +# For more information, see: +# https://github.com/actions/stale +name: Mark stale issues and pull requests + +on: + schedule: + - cron: '41 8 * * *' + +jobs: + stale: + + runs-on: ubuntu-latest + permissions: + issues: write + pull-requests: write + + steps: + - uses: actions/stale@v5 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + stale-issue-message: 'Stale issue message' + stale-pr-message: 'Stale pull request message' + stale-issue-label: 'no-issue-activity' + stale-pr-label: 'no-pr-activity' + - name: Setup Java JDK + uses: actions/setup-java@v5.0.0 + with: + # The Java version to set up. Takes a whole or semver Java version. See examples of supported syntax in README file + java-version: # optional + # The path to the `.java-version` file. See examples of supported syntax in README file + java-version-file: # optional + # Java distribution. See the list of supported distributions in README file + distribution: + # The package type (jdk, jre, jdk+fx, jre+fx) + java-package: # optional, default is jdk + # The architecture of the package (defaults to the action runner's architecture) + architecture: # optional + # Path to where the compressed JDK is located + jdkFile: # optional + # Set this option if you want the action to check for the latest available version that satisfies the version spec + check-latest: # optional + # ID of the distributionManagement repository in the pom.xml file. Default is `github` + server-id: # optional, default is github + # Environment variable name for the username for authentication to the Apache Maven repository. Default is $GITHUB_ACTOR + server-username: # optional, default is GITHUB_ACTOR + # Environment variable name for password or token for authentication to the Apache Maven repository. Default is $GITHUB_TOKEN + server-password: # optional, default is GITHUB_TOKEN + # Path to where the settings.xml file will be written. Default is ~/.m2. + settings-path: # optional + # Overwrite the settings.xml file if it exists. Default is "true". + overwrite-settings: # optional, default is true + # GPG private key to import. Default is empty string. + gpg-private-key: # optional + # Environment variable name for the GPG private key passphrase. Default is $GPG_PASSPHRASE. + gpg-passphrase: # optional + # Name of the build platform to cache dependencies. It can be "maven", "gradle" or "sbt". + cache: # optional + # The path to a dependency file: pom.xml, build.gradle, build.sbt, etc. This option can be used with the `cache` option. If this option is omitted, the action searches for the dependency file in the entire repository. This option supports wildcards and a list of file names for caching multiple dependencies. + cache-dependency-path: # optional + # Workaround to pass job status to post job step. This variable is not intended for manual setting + job-status: # optional, default is ${{ job.status }} + # The token used to authenticate when fetching version manifests hosted on github.com, such as for the Microsoft Build of OpenJDK. When running this action on github.com, the default value is sufficient. When running on GHES, you can pass a personal access token for github.com if you are experiencing rate limiting. + token: # optional, default is ${{ github.server_url == 'https://github.com' && github.token || '' }} + # Name of Maven Toolchain ID if the default name of "${distribution}_${java-version}" is not wanted. See examples of supported syntax in Advanced Usage file + mvn-toolchain-id: # optional + # Name of Maven Toolchain Vendor if the default name of "${distribution}" is not wanted. See examples of supported syntax in Advanced Usage file + mvn-toolchain-vendor: # optional + - name: Setup .NET Core SDK + uses: actions/setup-dotnet@v5.0.0 + with: + # Optional SDK version(s) to use. If not provided, will install global.json version when available. Examples: 2.2.104, 3.1, 3.1.x, 3.x, 6.0.2xx + dotnet-version: # optional + # Optional quality of the build. The possible values are: daily, signed, validated, preview, ga. + dotnet-quality: # optional + # Optional global.json location, if your global.json isn't located in the root of the repo. + global-json-file: # optional + # Optional package source for which to set up authentication. Will consult any existing NuGet.config in the root of the repo and provide a temporary NuGet.config using the NUGET_AUTH_TOKEN environment variable as a ClearTextPassword + source-url: # optional + # Optional OWNER for using packages from GitHub Package Registry organizations/users other than the current repository's owner. Only used if a GPR URL is also provided in source-url + owner: # optional + # Optional NuGet.config location, if your NuGet.config isn't located in the root of the repo. + config-file: # optional + # Optional input to enable caching of the NuGet global-packages folder + cache: # optional + # Used to specify the path to a dependency file: packages.lock.json. Supports wildcards or a list of file names for caching multiple dependencies. + cache-dependency-path: # optional + - name: Powerpipe Check + # You may pin to the exact commit or the version. + # uses: turbot/powerpipe-action-check@0b905d17e8b6970bc39bcd347c053992bd8770de + uses: turbot/powerpipe-action-check@v1.0.1 + with: + # Mod URL to clone. Examples: https://github.com/turbot/steampipe-mod-aws-compliance + mod-url: + # Mod branch or tag to clone. Defaults to 'main'. Examples: main, release/v0.7, v0.5, 'v1.0-beta.0 + mod-branch: # optional, default is main + # Space separated list of controls to run. Can also pass in as a multi-line string. + controls: # optional + # Space separated list of benchmarks to run. Can also pass in as a multi-line string. + benchmarks: # optional + # Database connection string to use for running controls and benchmarks. + database: # optional + # Set this to 'anyone_with_link' or 'workspace' to create a snapshot in Turbot Pipes with the specified visibility. + pipes-snapshot-visibility: # optional + # The Turbot Pipes token used to save snapshots. Can also be set via the PIPES_TOKEN environment variable (https://powerpipe.io/docs/reference/env-vars/pipes_token). + pipes-token: # optional + # Space separated args to add to the 'powerpipe control/benchmark run' command. + additional-args: # optional + # Comma separated export types to save as artifacts. Example: 'csv,json'. For all valid formats please see https://powerpipe.io/docs/reference/cli/control#output-formats. + artifact-exports: # optional + # GitHub token used to download the Powerpipe mod, upload artifacts, and create annotations. + github-token: # optional, default is ${{ github.token }} + + - name: Deploy to Deno Deploy + # You may pin to the exact commit or the version. + # uses: denoland/deployctl@7bded90d0d09cd99bbfb513966146315db97618b + uses: denoland/deployctl@1.13.1 + with: + # The name or ID of the project to deploy + project: + # The path or URL to the entrypoint file + entrypoint: + # The path or URL to an import map file + import-map: # optional + # Only upload files that match this pattern (multiline and/or comma-separated) + include: # optional + # Exclude files that match this pattern (multiline and/or comma-separated) + exclude: # optional + # The path to the directory containing the code and assets to upload + root: # optional + + - name: rhythm-box + # You may pin to the exact commit or the version. + # uses: Aveek-Saha/spotify-box@ea77f23943d887183b3a9989a26b03111f3ff378 + uses: Aveek-Saha/spotify-box@v1 + - name: YouTube songs + # You may pin to the exact commit or the version. + # uses: kubawerlos/youtube-songs@c7a7a2466e54a1ac574e2b2597f1b9ed0476737d + uses: kubawerlos/youtube-songs@v1.1.1 + - name: Get Image ID + # You may pin to the exact commit or the version. + # uses: sapvs/docker-image-id@8c4ae5574d52b410d972d011eea7b9bf31e03e2f + uses: sapvs/docker-image-id@v1.0.0 + with: + # Image name e.g. alpine:latest + image_name: # default is alpine:latest + - name: YouTube Videos Readme + # You may pin to the exact commit or the version. + # uses: GalvinPython/youtube-readme@10c9af289c1439f0d3bec3c0c8d264bb79ffc3ba + uses: GalvinPython/youtube-readme@1.0 + with: + # YouTube Channel ID + youtube_channel_id: + # Path to the README file + readme_file_path: # default is README.md + - name: SmartcloudAction + # You may pin to the exact commit or the version. + # uses: Resnovas/smartcloud@dd13ed741b701f384fc63cf806557d14cade574c + uses: Resnovas/smartcloud@1.0.0-beta.8 + with: + # The GITHUB_TOKEN secret + GITHUB_TOKEN: + # Config file path + config: # optional, default is .github/config.json + # JSON string with configuration data + configJson: # optional, default is + # The ref to use when getting the config + configRef: # optional, default is + # Fill Empty context configuration with shared configs + fillEmpty: # optional, default is true + # Skip deleting labels from repository + skipDelete: # optional, default is false + # Allows the running off action without it doing effects + dryRun: # optional, default is false + - name: Automatically pay Contributors in XRP via PayId + # You may pin to the exact commit or the version. + # uses: hammertoe/payid_xrp_action@5aa540cdff8788ecc4ec6b857e072d6d2319bb9e + uses: hammertoe/payid_xrp_action@2.0 + with: + # Amount of XRP in drops to pay each PayId found + amount: # optional, default is 1000000 + # The commit message(s) to scan for PayIds + commit_log: + # + wallet_secret: + # Maximum number of drops to pay out + max_payout: # optional, default is 10000000 + # Environment to use, TESTNET or LIVENET + environment: # optional, default is TESTNET + # XRP Ledger server to use + server: # optional, default is test.xrp.xpring.io:50051 + - name: Chaucha.cl Crypto Wallet Generator Github Action + # You may pin to the exact commit or the version. + # uses: proyecto-chaucha/chaucha-gha-wallet-generator@efe381029274e3668bed678eb9e8205359be0653 + uses: proyecto-chaucha/chaucha-gha-wallet-generator@v1 + with: + # String value to create a new wallet address. Empty value will generate a random address. + value: # optional, default is + - name: Nigiri Bitcoin + # You may pin to the exact commit or the version. + # uses: vulpemventures/nigiri-github-action@7fc63cec40cbfc113589a9ade24ab21c9107ad39 + uses: vulpemventures/nigiri-github-action@v1 + with: + # nigiri version to install + version: # optional, default is latest + # Github repository URL of the repository with release artifacts + repository_url: # optional, default is https://github.com/vulpemventures/nigiri + # use --liquid flag + use_liquid: # optional, default is true + # use --ln flag + use_ln: # optional, default is false + # use --ark flag + use_ark: # optional, default is false + - name: Promtool action + # You may pin to the exact commit or the version. + # uses: MatsuriJapon/promtool-action@e9571043a7aee0a62c98e87bfad30e13517eacfa + uses: MatsuriJapon/promtool-action@v1 + with: + # Arguments to pass to promtool + args: # optional + - name: Novelty-PR-Notifier + # You may pin to the exact commit or the version. + # uses: Novelty-Technology-LLC/novelty-pr-notifier-action@5d0a5ee59e08214471aef9b1eac69edf4ccd208d + uses: Novelty-Technology-LLC/novelty-pr-notifier-action@v1.0.2 + with: + # Google Chat Web Hook + webhook: + # Repository Name + repoName: + # PR Title + prTitle: + # Pull Request Number + prNumber: + # PR HTML URL + prHtmlUrl: + # Source Branch From where the PR is created + sourceBranch: + # Target Branch or Base Branch + targetBranch: + # PR creator + creator: + # PR reviewers + reviewer: + # PR assigner + assigner: + # Event Action + eventAction: + - name: Frama-C-Eva + # You may pin to the exact commit or the version. + # uses: Frama-C/github-action-eva-sarif@9843daa7edda4e2d3d3cae88f3a7c2a2416f0ccc + uses: Frama-C/github-action-eva-sarif@v2 + with: + # Directory containing the Frama-C makefile (default: .frama-c) + fc-dir: # optional, default is .frama-c + # Makefile for Frama-C (must be inside [fc-dir]) + fc-makefile: # optional, default is GNUmakefile + # Name of the Eva target in the makefile + eva-target: # default is main.eva + - name: EBS record + # You may pin to the exact commit or the version. + # uses: seongilp/autoebs@7d7ad639d56e0fd28f7ac6e1c96863117a1dbd4d + uses: seongilp/autoebs@v1 + - name: EBS record + # You may pin to the exact commit or the version. + # uses: seongilp/autoebs@7d7ad639d56e0fd28f7ac6e1c96863117a1dbd4d + uses: seongilp/autoebs@v1 + - name: social-readme + # You may pin to the exact commit or the version. + # uses: zylele/social-readme@0db30146fb5cba3ef06705e46067f2a6829fd212 + uses: zylele/social-readme@v3.0.0 + with: + # GitHub access token with Repo scope + gh_token: # default is ${{ github.token }} + # Your GitHub repository + repository: # optional, default is ${{ github.repository }} + # commit message + commit_message: # optional, default is Updated social rss by social-readme + # file path + file_path: # optional + # Your Blog rss link + blog_rss_link: # optional + # Your Blog LIMIT + blog_limit: # optional, default is 5 + # Your Douban name + douban_name: # optional + # Your Douban LIMIT + douban_limit: # optional, default is 5 +