\x89PNG\r\n\x1a\n\x00\x00\x00\x0DIHDR\x00\x00\x00\x01\x00 \x00\x00\x01\x08\x06\x00\x00\x00\x1F\x15\xC4\x89\x00\x00\x00 \x0AIDATx\x9Ccb\x00\x00\x00\x06\x00\x03\x1A\x05\x9D\x00\x00 \x00\x00IEND\xAE\x42\x60\x82 csarite.com
KUJUNTI.ID MINISH3LL
Path : /var/www/html/admin/.github/workflows/
(S)h3ll Cr3at0r :
F!le Upl0ad :

B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H

Current File : /var/www/html/admin/.github/workflows/stale_pr.yml


name: Close stale PR
# This action will add a `stale` label and close immediately every PR that meets the following conditions:
#   - it is already marked with "merge conflict" label
#   - there was no update/comment on the PR in the last 30 days.

on:
  schedule:
    - cron: '0 10 * * *'
  workflow_dispatch:

jobs:
  stale:

    runs-on: ubuntu-latest
    permissions:
      issues: write
      pull-requests: write

    steps:
      - uses: actions/stale@v8.0.0
        with:
          repo-token: ${{ secrets.GITHUB_TOKEN }}
          # Do not automatically mark PR/issue as stale
          days-before-stale: -1
          # Override 'days-before-stale' for PR only
          days-before-pr-stale: 30
          # Close PRs immediately, after marking them 'stale'
          days-before-pr-close: 0
          # only run the action on merge conflict PR
          any-of-labels: 'Merge Conflicts'
          exempt-pr-labels: 'internal, never-stale, ON HOLD, WIP'
          exempt-all-pr-assignees: true
          operations-per-run: 300
          stale-pr-message: ''
          close-pr-message: 'Existing merge conflicts have not been addressed. This PR is considered abandoned.'

© KUJUNTI.ID