Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .github/workflows/agency-onboarding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,20 +157,6 @@ jobs:
title: `Transit provider is configured for In-Person Enrollments in Benefits Administrator`
});

- name: Metabase configuration issue
id: metabase-config
uses: actions/github-script@v9
with:
script: |
const { createSubIssue } = await import(process.env.helpers_script);

await createSubIssue({
github, context, core,
parentNodeId: "${{ steps.parent.outputs.node_id }}",
templateName: 'metabase-config.md',
title: `Add product names to transaction charts in Metabase`
});

- name: Amplitude enrollment issue
id: amplitude-enrollment
uses: actions/github-script@v9
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/agency-onboarding/in-person.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@

_The following configuration always happens in the Benefits `production` environment._

- [ ] `{{SHORT_NAME}} Customer Service` group exists
- [ ] Group is linked to the {{SHORT_NAME}} `TransitAgency` instance
- [ ] {{SHORT_NAME}} users are added to the group as necessary
- [ ] All {{SHORT_NAME}} staff performing in-person enrollments should be in the `{{SHORT_NAME}} Customer Service` group
- [ ] All {{SHORT_NAME}} staff performing in-person enrollments should be in the `{{SHORT_NAME}} Customer Service` group
6 changes: 0 additions & 6 deletions .github/workflows/agency-onboarding/metabase-config.md

This file was deleted.

Loading