You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, we need a place to store this GitHub action workflow for creating an annual issue to review the repo for updates (errors, changes to the form or law, etc.):
Interview upkeep workflow
This GitHub action workflow creates an issue every year on August 1st with a brief checklist for maintainers.
name: Annual update interview issueon:
workflow_dispatch: # Allows manual triggeringschedule:
- cron: "33 3 1 7 *"# At 3:33am every August 1stjobs:
create_issue:
name: Create update-interview issueruns-on: ubuntu-latestpermissions:
issues: writesteps:
- name: Create update-interview issuerun: | new_issue_url=$(gh issue create \ --title "$TITLE" \ --body "$BODY")env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}GH_REPO: ${{ github.repository }}TITLE: Check this interview for updatesBODY: | - [ ] Check for errors by running through the interview several times. Use different inputs each time. - [ ] Check for new versions of the PDF or DOCX forms in the `data/templates` folder. - [ ] Check for updates to the law(s) on which the interview is based. If any of the above reveal a need to update this interview, do the following: * Describe the updates necessary in a comment on this issue. * Un-assign yourself from this issue * Change the project selection for this issue to the Interview Upkeep project.
The text was updated successfully, but these errors were encountered:
To do
In the GitHub interview repository
docassemble-interview
live
(if the interview is or is going to be live)Massachusetts
)On the production server
Also, we need a place to store this GitHub action workflow for creating an annual issue to review the repo for updates (errors, changes to the form or law, etc.):
Interview upkeep workflow
This GitHub action workflow creates an issue every year on August 1st with a brief checklist for maintainers.
File location/name: `.github/workflows/interview-upkeep.yml
The text was updated successfully, but these errors were encountered: