Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
firefox-android
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
firefox-android
Commits
be743b75
Commit
be743b75
authored
2 years ago
by
Gabriel Luong
Committed by
mergify[bot]
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Bug 1808371 - Add a Bugzilla link automatically in GitHub pull requests
parent
724e594c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/bugzilla-linker.yml
+22
-0
22 additions, 0 deletions
.github/workflows/bugzilla-linker.yml
with
22 additions
and
0 deletions
.github/workflows/bugzilla-linker.yml
0 → 100644
+
22
−
0
View file @
be743b75
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/
name
:
Bugzilla Issue Linker
on
:
pull_request_target
:
types
:
[
opened
,
synchronize
,
reopened
,
edited
,
ready_for_review
]
branches
:
-
main
jobs
:
bugzilla_linker
:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Bugzilla Linker
uses
:
gabrielluong/bugzilla-linker@1.0.0
if
:
github.repository == 'mozilla-mobile/firefox-android'
with
:
github-token
:
${{ secrets.GITHUB_TOKEN }}
section
:
"
###
GitHub
Automation"
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