Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3509657
D4690.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
917 B
Referenced Files
None
Subscribers
None
D4690.diff
View Options
diff --git a/.github/workflows/remove_harbormaster_tags.yml b/.github/workflows/remove_harbormaster_tags.yml
new file mode 100644
--- /dev/null
+++ b/.github/workflows/remove_harbormaster_tags.yml
@@ -0,0 +1,28 @@
+name: Remove extraneous Harbormaster git tags
+
+on:
+ push:
+ branches: [master]
+
+jobs:
+ build:
+ runs-on: ubuntu-latest
+
+ steps:
+ - uses: actions/checkout@v2
+
+ - name: npm install -g yarn
+ run: npm install -g yarn
+
+ - name: yarn --frozen-lockfile
+ run: yarn --frozen-lockfile
+
+ - name: Generate tag removal script
+ working-directory: ./scripts
+ env:
+ PHABRICATOR_API_TOKEN: ${{secrets.PHABRICATOR_API_TOKEN}}
+ run: node generate-phab-tag-removal-script.js
+
+ - name: Run tag removal script
+ working-directory: ./scripts
+ run: chmod +x tag_removal_script.sh && ./tag_removal_script.sh
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 22, 7:07 AM (5 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2690529
Default Alt Text
D4690.diff (917 B)
Attached To
Mode
D4690: [CI] Add removal of irrelevant Harbormaster git tags to GH Actions
Attached
Detach File
Event Timeline
Log In to Comment