Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
asterisk
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Voice
asterisk
Commits
de10a8fa
Commit
de10a8fa
authored
11 months ago
by
George Joseph
Committed by
Asterisk Development Team
11 months ago
Browse files
Options
Downloads
Patches
Plain Diff
.github: Change OnPRMergeApproved to use default token
(cherry picked from commit e28c7bc4b49227dde4553b6f4cd8cb813b981f20)
parent
0c92241e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/OnPRMergeApproved.yml
+1
-3
1 addition, 3 deletions
.github/workflows/OnPRMergeApproved.yml
with
1 addition
and
3 deletions
.github/workflows/OnPRMergeApproved.yml
+
1
−
3
View file @
de10a8fa
...
@@ -13,7 +13,5 @@ jobs:
...
@@ -13,7 +13,5 @@ jobs:
name
:
MergePR
name
:
MergePR
if
:
contains(fromJSON(vars.MERGE_APPROVED_LABELS), github.event.label.name)
if
:
contains(fromJSON(vars.MERGE_APPROVED_LABELS), github.event.label.name)
uses
:
asterisk/asterisk-ci-actions/.github/workflows/AsteriskMergePR.yml@main
uses
:
asterisk/asterisk-ci-actions/.github/workflows/AsteriskMergePR.yml@main
# Merging requires a specific token or it'll get caught in the rules that
# prevent merges by mortals.
secrets
:
secrets
:
TOKEN
:
${{ secrets.
ASTERISKTEAM_PAT
}}
TOKEN
:
${{ secrets.
GITHUB_TOKEN
}}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment