tfadeyi/get-voting-outcome
Add a simple voting mechanism through github discussions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| voting | Voting methodology to use for the vote | no | simple-majority |
| duration | Duration of the current vote | no | 24h |
| title | Title of the proposal | yes | "" |
| proposal | The proposal that is being voted on | yes | "" |
| participants | Name of the users that will participate in the voting | yes | "" |
| platform | The platform where the voting will take place | no | github |
| instance | The instance unique identifier | no | "" |
| token | The github auth token | no | ${{ github.token }} |
| labels | The github issue labels | yes | "" |
| owner | The name of the repository owner | no | ${{ github.repository_owner }} |
| repository | The name of the repository | no | ${{ github.repository }} |
Outputs
| name | description |
|---|---|
| outcome | The outcomes of all concluded votes |