Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor options #14

Merged
merged 4 commits into from
Mar 5, 2024
Merged

Refactor options #14

merged 4 commits into from
Mar 5, 2024

Conversation

tnyo43
Copy link
Owner

@tnyo43 tnyo43 commented Mar 5, 2024

No description provided.

Comment on lines -22 to -30
- name: Get PR_NUMBER for issue_comment triggered events
id: get-pr-number
if: github.event.issue.pull_request
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
PR_URL="${{ github.event.issue.pull_request.url }}"
PR_NUM=${PR_URL##*/}
echo "pr-number=$PR_NUM" >> "$GITHUB_OUTPUT"
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because of this change, each user doesn't need to set this step!

Copy link

github-actions bot commented Mar 5, 2024

Hey @tnyo43!

It seems the discussion is dragging on. Perhaps instead of text communication, you could try having a conversation via face-to-face or video call, or even try mob programming?

the number of the comments is 0 and the review comments is 1

@tnyo43 tnyo43 merged commit 408beaf into main Mar 5, 2024
4 checks passed
@tnyo43 tnyo43 deleted the refactor-options branch March 17, 2024 06:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant