-
Notifications
You must be signed in to change notification settings - Fork 429
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Move call to GitHub integration tasks out from trigger_feature_s…
…tate_change_webhooks (#3905)
- Loading branch information
1 parent
e5b4313
commit dec9afa
Showing
6 changed files
with
209 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
GITHUB_API_URL = "https://api.github.com/" | ||
GITHUB_API_VERSION = "2022-11-28" | ||
|
||
LINK_FEATURE_TEXT = "### This pull request is linked to a Flagsmith Feature (%s):\n" | ||
UNLINKED_FEATURE_TEXT = "### The feature flag %s was unlinked from the issue/PR" | ||
UPDATED_FEATURE_TEXT = "### The Flagsmith Feature %s was updated in the environment " | ||
LINK_FEATURE_TEXT = "### This pull request is linked to a Flagsmith Feature (`%s`):\n" | ||
UNLINKED_FEATURE_TEXT = "### The feature flag `%s` was unlinked from the issue/PR" | ||
UPDATED_FEATURE_TEXT = "### The Flagsmith Feature `%s` was updated in the environment " | ||
LAST_UPDATED_FEATURE_TEXT = "Last Updated %s" | ||
DELETED_FEATURE_TEXT = "### The Feature Flag `%s` was deleted" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.