You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, I have two Terraform badges, 002 which is expired, and 003 which is (at the time of writing) current. I would want to be able to exclude the expired one.
Suggested solution
Add exclude input.
- uses: michaelcontento/credly-import-action@v1with:
# The user of whom we want to grab the infosname: michael-contentoexclude:
expired: true
If exclude.expired == "true" and if expires_at ≤ time.now, then pass.
Future improvement
Making this a general exclusions input would also provide forward compatibility to potentially add other exclusions in a subsequent ticket. For example;
- uses: michaelcontento/credly-import-action@v1with:
# The user of whom we want to grab the infosname: michael-contentoexclude:
expired: trueissuers:
- IBM
- Courseracost: Free
Assignee
I will gladly do this if you want to assign it to me.
The text was updated successfully, but these errors were encountered:
Add the option to exclude expired badges
For example, I have two Terraform badges, 002 which is expired, and 003 which is (at the time of writing) current. I would want to be able to exclude the expired one.
Suggested solution
Add
exclude
input.If
exclude.expired
== "true" and ifexpires_at
≤ time.now, then pass.Future improvement
Making this a general exclusions input would also provide forward compatibility to potentially add other exclusions in a subsequent ticket. For example;
Assignee
I will gladly do this if you want to assign it to me.
The text was updated successfully, but these errors were encountered: