NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Trace

.github/workflows/close_old_issues_and_prs.yml

Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.

close_old_issues_and_prs.yml on main
Author Date Commit Line Code
Peter about 5 years ago 0d374b7

Create close_old_issues_and_prs.yml

Full commit hash
0d374b74e2ad6bf283a337beb9751bcdf58183f4
Author
Peter <[email protected]>
Date
about 5 years ago
Selected line
1
name: 'Close stale issues and PRs'
Open commit View diff
1 name: 'Close stale issues and PRs'
same change 0d374b7

Create close_old_issues_and_prs.yml

Full commit hash
0d374b74e2ad6bf283a337beb9751bcdf58183f4
Author
Peter <[email protected]>
Date
about 5 years ago
Selected line
2
on:
Open commit View diff
2 on:
same change 0d374b7

Create close_old_issues_and_prs.yml

Full commit hash
0d374b74e2ad6bf283a337beb9751bcdf58183f4
Author
Peter <[email protected]>
Date
about 5 years ago
Selected line
3
  schedule:
Open commit View diff
3 schedule:
same change 0d374b7

Create close_old_issues_and_prs.yml

Full commit hash
0d374b74e2ad6bf283a337beb9751bcdf58183f4
Author
Peter <[email protected]>
Date
about 5 years ago
Selected line
4
    # Once every day at midnight UTC
Open commit View diff
4 # Once every day at midnight UTC
Peter almost 5 years ago aa8d44f

[GH-Actions][stale] Use milkmaker

Full commit hash
aa8d44f91e7d5c253e2366fe34e82033bc32da46
Author
Peter <[email protected]>
Date
almost 5 years ago
Selected line
5
    - cron: "0 0 * * *"
Open commit View diff
5 - cron: "0 0 * * *"
MAGIC about 5 years ago 655f40c

[GH-Actions][stale] Upgrade to v4 and run workflow on comments too

Full commit hash
655f40cb55b55141c63c3dfa09eaa82ec7ea9002
Author
MAGIC <[email protected]>
Date
about 5 years ago
Selected line
6
  workflow_dispatch: # Allow to run workflow manually
Open commit View diff
6 workflow_dispatch: # Allow to run workflow manually
Peter almost 5 years ago aa8d44f

[GH-Actions][stale] Use milkmaker

Full commit hash
aa8d44f91e7d5c253e2366fe34e82033bc32da46
Author
Peter <[email protected]>
Date
almost 5 years ago
Selected line
7
  issue_comment: # Run workflow on comments
Open commit View diff
7 issue_comment: # Run workflow on comments
Peter about 5 years ago 0d374b7

Create close_old_issues_and_prs.yml

Full commit hash
0d374b74e2ad6bf283a337beb9751bcdf58183f4
Author
Peter <[email protected]>
Date
about 5 years ago
Selected line
8
Open commit View diff
8
same change 0d374b7

Create close_old_issues_and_prs.yml

Full commit hash
0d374b74e2ad6bf283a337beb9751bcdf58183f4
Author
Peter <[email protected]>
Date
about 5 years ago
Selected line
9
jobs:
Open commit View diff
9 jobs:
same change 0d374b7

Create close_old_issues_and_prs.yml

Full commit hash
0d374b74e2ad6bf283a337beb9751bcdf58183f4
Author
Peter <[email protected]>
Date
about 5 years ago
Selected line
10
  stale:
Open commit View diff
10 stale:
same change 0d374b7

Create close_old_issues_and_prs.yml

Full commit hash
0d374b74e2ad6bf283a337beb9751bcdf58183f4
Author
Peter <[email protected]>
Date
about 5 years ago
Selected line
11
    runs-on: ubuntu-latest
Open commit View diff
11 runs-on: ubuntu-latest
MAGIC about 5 years ago 52308d5

[GH-Actions][scale] Restrict permissions

Full commit hash
52308d55993518b17129da546ee8a9e768afe8d4
Author
MAGIC <[email protected]>
Date
about 5 years ago
Selected line
12
    permissions:
Open commit View diff
12 permissions:
same change 52308d5

[GH-Actions][scale] Restrict permissions

Full commit hash
52308d55993518b17129da546ee8a9e768afe8d4
Author
MAGIC <[email protected]>
Date
about 5 years ago
Selected line
13
      issues: write
Open commit View diff
13 issues: write
same change 52308d5

[GH-Actions][scale] Restrict permissions

Full commit hash
52308d55993518b17129da546ee8a9e768afe8d4
Author
MAGIC <[email protected]>
Date
about 5 years ago
Selected line
14
      pull-requests: write
Open commit View diff
14 pull-requests: write
Peter about 5 years ago 0d374b7

Create close_old_issues_and_prs.yml

Full commit hash
0d374b74e2ad6bf283a337beb9751bcdf58183f4
Author
Peter <[email protected]>
Date
about 5 years ago
Selected line
15
    steps:
Open commit View diff
15 steps:
same change 0d374b7

Create close_old_issues_and_prs.yml

Full commit hash
0d374b74e2ad6bf283a337beb9751bcdf58183f4
Author
Peter <[email protected]>
Date
about 5 years ago
Selected line
16
      - name: Mark/Close Stale Issues and Pull Requests 🗑️
Open commit View diff
16 - name: Mark/Close Stale Issues and Pull Requests 🗑️
renovate[bot] 11 days ago f6630e5

Update actions/stale action to v10.4.0 (#7322)

Full commit hash
f6630e5b43e019a306c29985936ac9fbd5469ca6
Author
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date
11 days ago
Selected line
17
        uses: actions/[email protected]
Open commit View diff
17 uses: actions/[email protected]
Peter about 5 years ago 0d374b7

Create close_old_issues_and_prs.yml

Full commit hash
0d374b74e2ad6bf283a337beb9751bcdf58183f4
Author
Peter <[email protected]>
Date
about 5 years ago
Selected line
18
        with:
Open commit View diff
18 with:
Peter almost 5 years ago aa8d44f

[GH-Actions][stale] Use milkmaker

Full commit hash
aa8d44f91e7d5c253e2366fe34e82033bc32da46
Author
Peter <[email protected]>
Date
almost 5 years ago
Selected line
19
          repo-token: ${{ secrets.STALE_ACTION_PAT }}
Open commit View diff
19 repo-token: ${{ secrets.STALE_ACTION_PAT }}
Peter about 5 years ago 0d374b7

Create close_old_issues_and_prs.yml

Full commit hash
0d374b74e2ad6bf283a337beb9751bcdf58183f4
Author
Peter <[email protected]>
Date
about 5 years ago
Selected line
20
          days-before-stale: 60
Open commit View diff
20 days-before-stale: 60
same change 0d374b7

Create close_old_issues_and_prs.yml

Full commit hash
0d374b74e2ad6bf283a337beb9751bcdf58183f4
Author
Peter <[email protected]>
Date
about 5 years ago
Selected line
21
          days-before-close: 7
Open commit View diff
21 days-before-close: 7
same change 0d374b7

Create close_old_issues_and_prs.yml

Full commit hash
0d374b74e2ad6bf283a337beb9751bcdf58183f4
Author
Peter <[email protected]>
Date
about 5 years ago
Selected line
22
          stale-issue-message: >
Open commit View diff
22 stale-issue-message: >
same change 0d374b7

Create close_old_issues_and_prs.yml

Full commit hash
0d374b74e2ad6bf283a337beb9751bcdf58183f4
Author
Peter <[email protected]>
Date
about 5 years ago
Selected line
23
            This issue has been automatically marked as stale because it has not had
Open commit View diff
23 This issue has been automatically marked as stale because it has not had
same change 0d374b7

Create close_old_issues_and_prs.yml

Full commit hash
0d374b74e2ad6bf283a337beb9751bcdf58183f4
Author
Peter <[email protected]>
Date
about 5 years ago
Selected line
24
            recent activity. It will be closed if no further activity occurs.
Open commit View diff
24 recent activity. It will be closed if no further activity occurs.
same change 0d374b7

Create close_old_issues_and_prs.yml

Full commit hash
0d374b74e2ad6bf283a337beb9751bcdf58183f4
Author
Peter <[email protected]>
Date
about 5 years ago
Selected line
25
          stale-pr-message: >
Open commit View diff
25 stale-pr-message: >
same change 0d374b7

Create close_old_issues_and_prs.yml

Full commit hash
0d374b74e2ad6bf283a337beb9751bcdf58183f4
Author
Peter <[email protected]>
Date
about 5 years ago
Selected line
26
            This pull request has been automatically marked as stale because it has not had
Open commit View diff
26 This pull request has been automatically marked as stale because it has not had
same change 0d374b7

Create close_old_issues_and_prs.yml

Full commit hash
0d374b74e2ad6bf283a337beb9751bcdf58183f4
Author
Peter <[email protected]>
Date
about 5 years ago
Selected line
27
            recent activity. It will be closed if no further activity occurs.
Open commit View diff
27 recent activity. It will be closed if no further activity occurs.
Peter over 4 years ago 5a1ef72

[GH-Actions][stale] Add neverstale label to exempt list

Full commit hash
5a1ef72b8225837d63aa668beb421503c5a30b44
Author
Peter <[email protected]>
Date
over 4 years ago
Selected line
28
          exempt-issue-labels: "pinned,security,enhancement,investigating,neverstale"
Open commit View diff
28 exempt-issue-labels: "pinned,security,enhancement,investigating,neverstale"
same change 5a1ef72

[GH-Actions][stale] Add neverstale label to exempt list

Full commit hash
5a1ef72b8225837d63aa668beb421503c5a30b44
Author
Peter <[email protected]>
Date
over 4 years ago
Selected line
29
          exempt-pr-labels: "pinned,security,enhancement,investigating,neverstale"
Open commit View diff
29 exempt-pr-labels: "pinned,security,enhancement,investigating,neverstale"
Peter about 5 years ago 0d374b7

Create close_old_issues_and_prs.yml

Full commit hash
0d374b74e2ad6bf283a337beb9751bcdf58183f4
Author
Peter <[email protected]>
Date
about 5 years ago
Selected line
30
          stale-issue-label: "stale"
Open commit View diff
30 stale-issue-label: "stale"
same change 0d374b7

Create close_old_issues_and_prs.yml

Full commit hash
0d374b74e2ad6bf283a337beb9751bcdf58183f4
Author
Peter <[email protected]>
Date
about 5 years ago
Selected line
31
          stale-pr-label: "stale"
Open commit View diff
31 stale-pr-label: "stale"
Peter over 4 years ago 11af104

[GH-Actions][stale] Exempt draft PRs

Full commit hash
11af104ad9f9f46dcbd194f4f18304341e1dd406
Author
Peter <[email protected]>
Date
over 4 years ago
Selected line
32
          exempt-draft-pr: "true"
Open commit View diff
32 exempt-draft-pr: "true"
Peter about 4 years ago c9ab8b2

[GH-Actions][stale] Upgrade to v5.1.0 and add close-issue-reason

Full commit hash
c9ab8b2eff5f326c496179056768b738c681e2eb
Author
Peter <[email protected]>
Date
about 4 years ago
Selected line
33
          close-issue-reason: "not_planned"
Open commit View diff
33 close-issue-reason: "not_planned"
MAGIC about 5 years ago c9ce83f

[GH-Actions][scale] Use ascending mode + increase operations-per-run

Full commit hash
c9ce83fa978df474e71338e7bd71100f15771659
Author
MAGIC <[email protected]>
Date
about 5 years ago
Selected line
34
          operations-per-run: "250"
Open commit View diff
34 operations-per-run: "250"
same change c9ce83f

[GH-Actions][scale] Use ascending mode + increase operations-per-run

Full commit hash
c9ce83fa978df474e71338e7bd71100f15771659
Author
MAGIC <[email protected]>
Date
about 5 years ago
Selected line
35
          ascending: "true"
Open commit View diff
35 ascending: "true"
Peter about 5 years ago 0d374b7

Create close_old_issues_and_prs.yml

Full commit hash
0d374b74e2ad6bf283a337beb9751bcdf58183f4
Author
Peter <[email protected]>
Date
about 5 years ago
Selected line
36
          #DRY-RUN
Open commit View diff
36 #DRY-RUN
Peter almost 5 years ago aa8d44f

[GH-Actions][stale] Use milkmaker

Full commit hash
aa8d44f91e7d5c253e2366fe34e82033bc32da46
Author
Peter <[email protected]>
Date
almost 5 years ago
Selected line
37
          debug-only: "false"
Open commit View diff
37 debug-only: "false"