Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32942464
D4690.1768256284.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
865 B
Referenced Files
None
Subscribers
None
D4690.1768256284.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,25 @@
+name: Remove extraneous Harbormaster git tags
+
+on:
+ push:
+ branches: [master]
+
+jobs:
+ build:
+ runs-on: ubuntu-latest
+
+ steps:
+ - uses: actions/checkout@v2
+
+ - name: Install gaxios
+ run: npm install -g gaxios
+
+ - 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
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 12, 10:18 PM (16 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5925056
Default Alt Text
D4690.1768256284.diff (865 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