現在時刻に加えて7日後・10日後・14日後の時刻を表示 #105
This file contains hidden or 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: Code Agent | |
| permissions: | |
| contents: write | |
| pull-requests: write | |
| issues: write | |
| on: | |
| issues: | |
| types: [opened] | |
| issue_comment: | |
| types: [created] | |
| pull_request_review_comment: | |
| types: [created] | |
| jobs: | |
| code-agent: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Run Code Agent | |
| uses: potproject/code-agent@add-codex | |
| with: | |
| github-token: ${{ secrets.GITHUB_TOKEN }} | |
| anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }} | |
| openai-api-key: ${{ secrets.OPENAI_API_KEY }} |