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

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

check_if_support_labeled.yml on main
Author Date Commit Line Code
DerLinkman over 2 years ago e184713

added action for support label in issues

Full commit hash
e184713c67ad0a75d5164237ecd0c97e8a0552aa
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
1
name: Check if labeled support, if so send message and close issue
Open commit View diff
1 name: Check if labeled support, if so send message and close issue
same change e184713

added action for support label in issues

Full commit hash
e184713c67ad0a75d5164237ecd0c97e8a0552aa
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
2
on:
Open commit View diff
2 on:
same change e184713

added action for support label in issues

Full commit hash
e184713c67ad0a75d5164237ecd0c97e8a0552aa
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
3
  issues:
Open commit View diff
3 issues:
same change e184713

added action for support label in issues

Full commit hash
e184713c67ad0a75d5164237ecd0c97e8a0552aa
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
4
    types:
Open commit View diff
4 types:
same change e184713

added action for support label in issues

Full commit hash
e184713c67ad0a75d5164237ecd0c97e8a0552aa
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
5
      - labeled
Open commit View diff
5 - labeled
same change e184713

added action for support label in issues

Full commit hash
e184713c67ad0a75d5164237ecd0c97e8a0552aa
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
6
jobs:
Open commit View diff
6 jobs:
same change e184713

added action for support label in issues

Full commit hash
e184713c67ad0a75d5164237ecd0c97e8a0552aa
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
7
  add-comment:
Open commit View diff
7 add-comment:
same change e184713

added action for support label in issues

Full commit hash
e184713c67ad0a75d5164237ecd0c97e8a0552aa
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
8
    if: github.event.label.name == 'support'
Open commit View diff
8 if: github.event.label.name == 'support'
same change e184713

added action for support label in issues

Full commit hash
e184713c67ad0a75d5164237ecd0c97e8a0552aa
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
9
    runs-on: ubuntu-latest
Open commit View diff
9 runs-on: ubuntu-latest
same change e184713

added action for support label in issues

Full commit hash
e184713c67ad0a75d5164237ecd0c97e8a0552aa
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
10
    permissions:
Open commit View diff
10 permissions:
same change e184713

added action for support label in issues

Full commit hash
e184713c67ad0a75d5164237ecd0c97e8a0552aa
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
11
      issues: write
Open commit View diff
11 issues: write
same change e184713

added action for support label in issues

Full commit hash
e184713c67ad0a75d5164237ecd0c97e8a0552aa
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
12
    steps:
Open commit View diff
12 steps:
same change e184713

added action for support label in issues

Full commit hash
e184713c67ad0a75d5164237ecd0c97e8a0552aa
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
13
      - name: Add comment
Open commit View diff
13 - name: Add comment
same change e184713

added action for support label in issues

Full commit hash
e184713c67ad0a75d5164237ecd0c97e8a0552aa
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
14
        run: gh issue comment "$NUMBER" --body "$BODY"
Open commit View diff
14 run: gh issue comment "$NUMBER" --body "$BODY"
same change e184713

added action for support label in issues

Full commit hash
e184713c67ad0a75d5164237ecd0c97e8a0552aa
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
15
        env:
Open commit View diff
15 env:
same change e184713

added action for support label in issues

Full commit hash
e184713c67ad0a75d5164237ecd0c97e8a0552aa
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
16
          GH_TOKEN: ${{ secrets.SUPPORTISSUES_ACTION_PAT }}
Open commit View diff
16 GH_TOKEN: ${{ secrets.SUPPORTISSUES_ACTION_PAT }}
same change e184713

added action for support label in issues

Full commit hash
e184713c67ad0a75d5164237ecd0c97e8a0552aa
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
17
          GH_REPO: ${{ github.repository }}
Open commit View diff
17 GH_REPO: ${{ github.repository }}
same change e184713

added action for support label in issues

Full commit hash
e184713c67ad0a75d5164237ecd0c97e8a0552aa
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
18
          NUMBER: ${{ github.event.issue.number }}
Open commit View diff
18 NUMBER: ${{ github.event.issue.number }}
same change e184713

added action for support label in issues

Full commit hash
e184713c67ad0a75d5164237ecd0c97e8a0552aa
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
19
          BODY: |
Open commit View diff
19 BODY: |
same change e184713

added action for support label in issues

Full commit hash
e184713c67ad0a75d5164237ecd0c97e8a0552aa
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
20
              **THIS IS A AUTOMATED MESSAGE!**
Open commit View diff
20 **THIS IS A AUTOMATED MESSAGE!**
same change e184713

added action for support label in issues

Full commit hash
e184713c67ad0a75d5164237ecd0c97e8a0552aa
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
21
Open commit View diff
21
same change e184713

added action for support label in issues

Full commit hash
e184713c67ad0a75d5164237ecd0c97e8a0552aa
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
22
              It seems your issue is not a bug.
Open commit View diff
22 It seems your issue is not a bug.
same change e184713

added action for support label in issues

Full commit hash
e184713c67ad0a75d5164237ecd0c97e8a0552aa
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
23
              Therefore we highly advise you to get support!
Open commit View diff
23 Therefore we highly advise you to get support!
same change e184713

added action for support label in issues

Full commit hash
e184713c67ad0a75d5164237ecd0c97e8a0552aa
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
24
              
Open commit View diff
24
same change e184713

added action for support label in issues

Full commit hash
e184713c67ad0a75d5164237ecd0c97e8a0552aa
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
25
              You can get support either by:
Open commit View diff
25 You can get support either by:
same change e184713

added action for support label in issues

Full commit hash
e184713c67ad0a75d5164237ecd0c97e8a0552aa
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
26
              - ordering a paid [support contract at Servercow](https://www.servercow.de/mailcow?lang=en#support/) (Directly from the developers) or
Open commit View diff
26 - ordering a paid [support contract at Servercow](https://www.servercow.de/mailcow?lang=en#support/) (Directly from the developers) or
same change e184713

added action for support label in issues

Full commit hash
e184713c67ad0a75d5164237ecd0c97e8a0552aa
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
27
              - using the [community forum](https://community.mailcow.email) (**Based on volunteers! NO guaranteed answer**) or
Open commit View diff
27 - using the [community forum](https://community.mailcow.email) (**Based on volunteers! NO guaranteed answer**) or
same change e184713

added action for support label in issues

Full commit hash
e184713c67ad0a75d5164237ecd0c97e8a0552aa
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
28
              - using the [Telegram support channel](https://t.me/mailcow) (**Based on volunteers! NO guaranteed answer**)
Open commit View diff
28 - using the [Telegram support channel](https://t.me/mailcow) (**Based on volunteers! NO guaranteed answer**)
same change e184713

added action for support label in issues

Full commit hash
e184713c67ad0a75d5164237ecd0c97e8a0552aa
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
29
Open commit View diff
29
same change e184713

added action for support label in issues

Full commit hash
e184713c67ad0a75d5164237ecd0c97e8a0552aa
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
30
              This issue will be closed. If you think your reported issue is not a support case feel free to comment above and if so the issue will reopened.
Open commit View diff
30 This issue will be closed. If you think your reported issue is not a support case feel free to comment above and if so the issue will reopened.
same change e184713

added action for support label in issues

Full commit hash
e184713c67ad0a75d5164237ecd0c97e8a0552aa
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
31
Open commit View diff
31
same change e184713

added action for support label in issues

Full commit hash
e184713c67ad0a75d5164237ecd0c97e8a0552aa
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
32
      - name: Close issue
Open commit View diff
32 - name: Close issue
same change e184713

added action for support label in issues

Full commit hash
e184713c67ad0a75d5164237ecd0c97e8a0552aa
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
33
        env:
Open commit View diff
33 env:
same change e184713

added action for support label in issues

Full commit hash
e184713c67ad0a75d5164237ecd0c97e8a0552aa
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
34
          GH_TOKEN: ${{ secrets.SUPPORTISSUES_ACTION_PAT }}
Open commit View diff
34 GH_TOKEN: ${{ secrets.SUPPORTISSUES_ACTION_PAT }}
same change e184713

added action for support label in issues

Full commit hash
e184713c67ad0a75d5164237ecd0c97e8a0552aa
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
35
          GH_REPO: ${{ github.repository }}
Open commit View diff
35 GH_REPO: ${{ github.repository }}
same change e184713

added action for support label in issues

Full commit hash
e184713c67ad0a75d5164237ecd0c97e8a0552aa
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
36
          NUMBER: ${{ github.event.issue.number }}
Open commit View diff
36 NUMBER: ${{ github.event.issue.number }}
same change e184713

added action for support label in issues

Full commit hash
e184713c67ad0a75d5164237ecd0c97e8a0552aa
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
37
        run: gh issue close "$NUMBER" -r "not planned"
Open commit View diff
37 run: gh issue close "$NUMBER" -r "not planned"