Skip to content
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
22 changes: 22 additions & 0 deletions .github/workflows/get-email-on-user-profile.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Get Email on User Profile

on:
pull_request:
branches: [main]
paths:
- 'src/helpers/get-email-on-user-profile.ts'

jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- uses: ./
id: get-email-on-user-profile
with:
helper: get-email-on-user-profile
login: ${{ github.actor }}

- run: echo "Email is ${{ steps.get-email-on-user-profile.outputs.output }}"
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ with:

Each of the following helpers are defined in a file of the same name in `src/helpers`:

### [get-email-on-user-profile](.github/workflows/get-email-on-user-profile.yml)

- Retrieves a user's github email with optional regex verification

### [get-merge-queue-position](.github/workflows/get-merge-queue-position.yml)

- Returns the current position of a given PR in the GitHub merge queue
Expand Down
91 changes: 56 additions & 35 deletions dist/284.index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/284.index.js.map

Large diffs are not rendered by default.

114 changes: 114 additions & 0 deletions dist/862.index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/862.index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading