Browse Source

chore(plugins): add deprecation date to phabricator plugin (#84195)

Christinarlong 1 month ago
parent
commit
c9b9b3842f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/sentry_plugins/phabricator/plugin.py

+ 2 - 0
src/sentry_plugins/phabricator/plugin.py

@@ -1,3 +1,4 @@
+from datetime import datetime
 from http.client import HTTPException
 from urllib.parse import urljoin
 
@@ -63,6 +64,7 @@ class PhabricatorPlugin(CorePluginMixin, IssuePlugin2):
             IntegrationFeatures.ISSUE_BASIC,
         ),
     ]
+    deprecation_date = datetime(2025, 1, 31)
 
     def get_api(self, project):
         return phabricator.Phabricator(