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/pr_to_nightly.yml

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

pr_to_nightly.yml on main
Author Date Commit Line Code
DerLinkman almost 4 years ago 772122b

Added auto PR for nightly builds

Full commit hash
772122b25570bfe75bc6d3fb5276a56900248df7
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
1
name: Create PR to merge to nightly from staging
Open commit View diff
1 name: Create PR to merge to nightly from staging
same change 772122b

Added auto PR for nightly builds

Full commit hash
772122b25570bfe75bc6d3fb5276a56900248df7
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
2
on:
Open commit View diff
2 on:
same change 772122b

Added auto PR for nightly builds

Full commit hash
772122b25570bfe75bc6d3fb5276a56900248df7
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
3
  push:
Open commit View diff
3 push:
same change 772122b

Added auto PR for nightly builds

Full commit hash
772122b25570bfe75bc6d3fb5276a56900248df7
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
4
    branches:
Open commit View diff
4 branches:
same change 772122b

Added auto PR for nightly builds

Full commit hash
772122b25570bfe75bc6d3fb5276a56900248df7
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
5
      - staging
Open commit View diff
5 - staging
same change 772122b

Added auto PR for nightly builds

Full commit hash
772122b25570bfe75bc6d3fb5276a56900248df7
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
6
jobs:
Open commit View diff
6 jobs:
same change 772122b

Added auto PR for nightly builds

Full commit hash
772122b25570bfe75bc6d3fb5276a56900248df7
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
7
  action-pull-request:
Open commit View diff
7 action-pull-request:
same change 772122b

Added auto PR for nightly builds

Full commit hash
772122b25570bfe75bc6d3fb5276a56900248df7
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
8
    runs-on: ubuntu-latest
Open commit View diff
8 runs-on: ubuntu-latest
same change 772122b

Added auto PR for nightly builds

Full commit hash
772122b25570bfe75bc6d3fb5276a56900248df7
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
9
    steps:
Open commit View diff
9 steps:
same change 772122b

Added auto PR for nightly builds

Full commit hash
772122b25570bfe75bc6d3fb5276a56900248df7
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
10
      - name: Checkout repository
Open commit View diff
10 - name: Checkout repository
renovate[bot] about 1 month ago 47e4552

Update actions/checkout action to v7 (#7300)

Full commit hash
47e4552b44ddfd528b99987545ccdaf61135f2c9
Author
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date
about 1 month ago
Selected line
11
        uses: actions/checkout@v7
Open commit View diff
11 uses: actions/checkout@v7
DerLinkman almost 4 years ago 772122b

Added auto PR for nightly builds

Full commit hash
772122b25570bfe75bc6d3fb5276a56900248df7
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
12
        with:
Open commit View diff
12 with:
same change 772122b

Added auto PR for nightly builds

Full commit hash
772122b25570bfe75bc6d3fb5276a56900248df7
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
13
          fetch-depth: 0
Open commit View diff
13 fetch-depth: 0
same change 772122b

Added auto PR for nightly builds

Full commit hash
772122b25570bfe75bc6d3fb5276a56900248df7
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
14
      - name: Run the Action
Open commit View diff
14 - name: Run the Action
renovate[bot] 11 days ago d65aa11

Update devops-infra/action-pull-request action to v1.4.0 (#7321)

Full commit hash
d65aa11870bcc5dbcac108f9452b148b2f4e700a
Author
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date
11 days ago
Selected line
15
        uses: devops-infra/[email protected]
Open commit View diff
15 uses: devops-infra/[email protected]
DerLinkman almost 4 years ago 772122b

Added auto PR for nightly builds

Full commit hash
772122b25570bfe75bc6d3fb5276a56900248df7
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
16
        with:
Open commit View diff
16 with:
Peter almost 4 years ago 9444000

Use milkmaker as PR author

Full commit hash
9444000d461d4ca3b4bf76431360d74c48e999d7
Author
Peter <[email protected]>
Date
almost 4 years ago
Selected line
17
          github_token: ${{ secrets.PRTONIGHTLY_ACTION_PAT }}
Open commit View diff
17 github_token: ${{ secrets.PRTONIGHTLY_ACTION_PAT }}
DerLinkman almost 4 years ago 772122b

Added auto PR for nightly builds

Full commit hash
772122b25570bfe75bc6d3fb5276a56900248df7
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
18
          title: Automatic PR to nightly from ${{ github.event.repository.updated_at}}
Open commit View diff
18 title: Automatic PR to nightly from ${{ github.event.repository.updated_at}}
same change 772122b

Added auto PR for nightly builds

Full commit hash
772122b25570bfe75bc6d3fb5276a56900248df7
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
19
          assignee: DerLinkman
Open commit View diff
19 assignee: DerLinkman
DerLinkman almost 4 years ago 0d7fe2e

Some corrections to pr action

Full commit hash
0d7fe2e34732d57d6ac3884cfdc28e3860447a43
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
20
          source_branch: staging
Open commit View diff
20 source_branch: staging
same change 0d7fe2e

Some corrections to pr action

Full commit hash
0d7fe2e34732d57d6ac3884cfdc28e3860447a43
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
21
          target_branch: nightly
Open commit View diff
21 target_branch: nightly
DerLinkman almost 4 years ago 772122b

Added auto PR for nightly builds

Full commit hash
772122b25570bfe75bc6d3fb5276a56900248df7
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
22
          reviewer: DerLinkman
Open commit View diff
22 reviewer: DerLinkman
same change 772122b

Added auto PR for nightly builds

Full commit hash
772122b25570bfe75bc6d3fb5276a56900248df7
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
23
          label: upstream
Open commit View diff
23 label: upstream
Peter almost 4 years ago 9444000

Use milkmaker as PR author

Full commit hash
9444000d461d4ca3b4bf76431360d74c48e999d7
Author
Peter <[email protected]>
Date
almost 4 years ago
Selected line
24
          template: .github/ISSUE_TEMPLATE/pr_to_nighty_template.yml
Open commit View diff
24 template: .github/ISSUE_TEMPLATE/pr_to_nighty_template.yml
same change 9444000

Use milkmaker as PR author

Full commit hash
9444000d461d4ca3b4bf76431360d74c48e999d7
Author
Peter <[email protected]>
Date
almost 4 years ago
Selected line
25
          get_diff: true
Open commit View diff
25 get_diff: true