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

ci: Add a user specfic conditional step in greetings workflow #12

Merged
merged 2 commits into from
Jul 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 6 additions & 10 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
<!-- If your PR fixes an open issue, use `Closes #101` to link your PR with the issue. #101 stands for the issue number you are fixing -->

## πŸ› οΈ Fixes Issue

<!-- Remove this section if not applicable -->
### πŸ› οΈ Fixes Issue <!-- Remove this section if not applicable -->

<!-- Example: Closes #31 -->

## πŸ‘¨β€πŸ’» Changes proposed
### πŸ‘¨β€πŸ’» Changes proposed

<!-- List all the proposed changes in your PR -->

## βœ”οΈ Check List (Check all the applicable boxes) <!-- Follow the below conventions to check the box -->
### βœ”οΈ Check List (Check all the applicable boxes) <!-- Follow the below conventions to check the box -->

<!-- Mark all the applicable boxes. To mark the box as done follow the following conventions -->
<!--
Expand All @@ -21,9 +17,9 @@
- [ ] My code follows the code style of this project.
- [ ] This PR does not contain plagiarized content.
- [ ] The title of my pull request is a short description of the requested changes.
- [ ] I have updated the documentation accordingly (if required).

## πŸ“„ Note to reviewers
### πŸ“„ Note to reviewers <!-- Add notes to reviewers if applicable -->

<!-- Add notes to reviewers if applicable -->

## πŸ“· Screenshots
### πŸ“· Screenshots <!-- Remove this section if not applicable -->
1 change: 1 addition & 0 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:

jobs:
welcome:
if: github.actor != 'Pradumnasaraf'
name: Welcome Step
runs-on: ubuntu-latest
steps:
Expand Down