[Feature] Use At
instead of DateTime
for attributes in other messages, I think DateTime is not correct, because refers to a datatype which in the end is not even used.
#29
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: Project Management | |
on: | |
issues: | |
types: | |
- labeled | |
pull_request: | |
branches: ["main"] | |
types: | |
- labeled | |
- ready_for_review | |
workflow_call: | |
jobs: | |
add-to-project: | |
uses: zaphiro-technologies/github-workflows/.github/workflows/add-to-project.yaml@main | |
secrets: inherit |