Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
b3d14537
Unverified
Commit
b3d14537
authored
Sep 22, 2021
by
Karishma Chadha
Committed by
GitHub
Sep 22, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the PR Title in the PRs created by the github action
parent
5f986fd5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/main.yml
.github/workflows/main.yml
+2
-2
No files found.
.github/workflows/main.yml
View file @
b3d14537
...
@@ -36,7 +36,7 @@ jobs:
...
@@ -36,7 +36,7 @@ jobs:
with
:
with
:
source_branch
:
${{ steps.vars.outputs.branch }}
source_branch
:
${{ steps.vars.outputs.branch }}
destination_branch
:
develop
destination_branch
:
develop
pr_title
:
"
Develop
${{
steps.vars.outputs.branch
}}"
pr_title
:
"
[Develop]
${{
steps.vars.outputs.branch
}}"
github_token
:
${{ secrets.GITHUB_TOKEN }}
github_token
:
${{ secrets.GITHUB_TOKEN }}
pr_allow_empty
:
true
pr_allow_empty
:
true
-
name
:
Master PR
-
name
:
Master PR
...
@@ -44,7 +44,7 @@ jobs:
...
@@ -44,7 +44,7 @@ jobs:
with
:
with
:
source_branch
:
${{ steps.vars.outputs.branch }}
source_branch
:
${{ steps.vars.outputs.branch }}
destination_branch
:
master
destination_branch
:
master
pr_title
:
"
Master
${{
steps.vars.outputs.branch
}}"
pr_title
:
"
[Master]
${{
steps.vars.outputs.branch
}}"
github_token
:
${{ secrets.GITHUB_TOKEN }}
github_token
:
${{ secrets.GITHUB_TOKEN }}
pr_allow_empty
:
true
pr_allow_empty
:
true
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment