Skip to content

Commit

Permalink
Add shared issue tracker configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
pyby committed May 3, 2024
1 parent 00a1447 commit 155f5f7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .issuetracker
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Integration with Issue Tracker
#
# (note that '\' need to be escaped).

[issuetracker "GitHub Rule"]
regex = "#(\\d+)"
url = "https://github.com/srgssr/playsrg-apple/issues/$1"

[issuetracker "Jira Rule"]
regex = "(PLAYSRG|PLAY|PLAYRTS|SMAC|ADI)-(\\d+)"
url = "https://srgssr-ch.atlassian.net/browse/$1-$2"

0 comments on commit 155f5f7

Please sign in to comment.