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
dd5c6683
Unverified
Commit
dd5c6683
authored
Sep 22, 2021
by
Karishma Chadha
Committed by
GitHub
Sep 22, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6089 from LLK/update-pr-title-github-action
Update the PR Title in the PRs created by the github action
parents
5f986fd5
b3d14537
Changes
1
Hide 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 @
dd5c6683
...
...
@@ -36,7 +36,7 @@ jobs:
with
:
source_branch
:
${{ steps.vars.outputs.branch }}
destination_branch
:
develop
pr_title
:
"
Develop
${{
steps.vars.outputs.branch
}}"
pr_title
:
"
[Develop]
${{
steps.vars.outputs.branch
}}"
github_token
:
${{ secrets.GITHUB_TOKEN }}
pr_allow_empty
:
true
-
name
:
Master PR
...
...
@@ -44,7 +44,7 @@ jobs:
with
:
source_branch
:
${{ steps.vars.outputs.branch }}
destination_branch
:
master
pr_title
:
"
Master
${{
steps.vars.outputs.branch
}}"
pr_title
:
"
[Master]
${{
steps.vars.outputs.branch
}}"
github_token
:
${{ secrets.GITHUB_TOKEN }}
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