public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
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.
Author
Date
Commit
Line
Code
1
name: Create PR to merge to nightly from staging
2
on:
3
push:
4
branches:
5
- staging
6
jobs:
7
action-pull-request:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Checkout repository
11
uses: actions/checkout@v7
12
with:
13
fetch-depth: 0
14
- name: Run the Action
15
uses: devops-infra/[email protected]
16
with:
17
github_token: ${{ secrets.PRTONIGHTLY_ACTION_PAT }}
18
title: Automatic PR to nightly from ${{ github.event.repository.updated_at}}
19
assignee: DerLinkman
20
source_branch: staging
21
target_branch: nightly
22
reviewer: DerLinkman
23
label: upstream
24
template: .github/ISSUE_TEMPLATE/pr_to_nighty_template.yml
25
get_diff: true