We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf1c57b commit a4ca473Copy full SHA for a4ca473
.forgejo/workflows/cascade-setup-end-to-end.yml
@@ -4,9 +4,6 @@ on:
4
types:
5
- labeled
6
7
-env:
8
- FEATURE_BRANCHES: "privacy i18n moderation branding dependency"
9
-
10
jobs:
11
info:
12
if: ${{ !startsWith(vars.ROLE, 'forgejo-') }}
@@ -41,9 +38,6 @@ jobs:
41
38
git config user.name "Your Name"
42
39
adduser --quiet --comment forgejo --disabled-password forgejo
43
40
chown -R forgejo:forgejo .
44
- - name: merge feature branches
45
- run: |
46
- su forgejo -c 'set -ex ; for b in ${{ env.FEATURE_BRANCHES }} ; do git merge -m $b origin/forgejo-$b ; done'
47
- uses: https://code.forgejo.org/actions/setup-go@v4
48
with:
49
go-version: "1.21"
0 commit comments