remove the group $ portion from the subject id column in the datahub export #189
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
name: Issues | |
on: | |
issues: | |
types: | |
- reopened | |
- opened | |
jobs: | |
label: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Repository | |
uses: actions/checkout@v4 | |
- name: Run Script | |
uses: actions/github-script@v7 | |
with: | |
script: | | |
require('./.github/scripts/issues.cjs')() |