Skip to content

Commit

Permalink
ci: Add expense amounts (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpoulter committed Mar 1, 2024
1 parent d73c553 commit 4e0dfc3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/expense.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ on:
description: "Number of the PR (without #)"
required: true
amount:
description: "The expense amount you like to grant for the contribution
in $"
description: "The expense amount you like to grant for the contribution in $"
required: true
type: choice
default: "patch"
options:
- 15
- 25
- 35
- 50
- 100
- 150
Expand Down Expand Up @@ -41,8 +42,7 @@ jobs:
steps:
- uses: octokit/request-action@v2.1.9
with:
route: GET /orgs/:organisation/teams/:team/memberships/${{
github.actor }}
route: GET /orgs/:organisation/teams/:team/memberships/${{ github.actor }}
team: technical-steering-committee
organisation: webdriverio
env:
Expand Down

0 comments on commit 4e0dfc3

Please sign in to comment.