This repository has been archived by the owner on Sep 19, 2024. It is now read-only.
Onboarding Flow Optimization #182
0x4007
announced in
Specifications
Replies: 1 comment 2 replies
-
Secrets ManagementIn our
- name: Invoke the UbiquiBot
id: UbiquiBot
uses: ./bin
with:
GITHUB_TOKEN: ${{ steps.get_installation_token.outputs.token }}
env:
FOLLOW_UP_TIME: '4 days'
DISQUALIFY_TIME: '7 days'
DEV: true |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Definitions
UbiquiBot - "production instance"
UbiquiBot[dev] - "dev instance"
Secrets
app_id
- should be hardcoded in the app. Make sure to accomodate the dev instance though as technically it has a separate app id.index.js
every time code changes are pushed.Misc
ubiquity-bounties
mannequin account should no longer be a dependency. It was a tedious extra step to add it to the partner organization. We should support making "no assignee" the "devpool" mannequin, meaning, if the issue is not assigned to somebody then its considered an open task for the devpoolBeta Was this translation helpful? Give feedback.
All reactions