Releases: ActionsDesk/ghec-enterprise-reporting
v2.0.1
What's Changed
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #172
- Upgrade dependencies by @stoe in #225
Full Changelog: v2.0...v2.0.1
Release v2.0.0
What's Changed
- Bump eslint from 7.5.0 to 7.6.0 by @dependabot in #1
- Bump jest-circus from 26.1.0 to 26.2.2 by @dependabot in #2
- Bump eslint-plugin-jest from 23.18.0 to 23.20.0 by @dependabot in #3
- Bump @types/jest from 26.0.7 to 26.0.8 by @dependabot in #4
- Bump @types/node from 14.0.25 to 14.0.27 by @dependabot in #5
- Bump @typescript-eslint/parser from 3.7.0 to 3.8.0 by @dependabot in #6
- Bump @types/jest from 26.0.8 to 26.0.9 by @dependabot in #7
- Bump node-fetch from 2.6.0 to 2.6.1 by @dependabot in #27
- Bump @actions/core from 1.2.4 to 1.2.6 by @dependabot in #34
- Bump @types/jest from 26.0.9 to 26.0.15 by @dependabot in #46
- Bump ts-jest from 26.1.4 to 26.5.1 by @dependabot in #76
- Bump @typescript-eslint/parser from 3.8.0 to 4.15.0 by @dependabot in #75
- 🤖 Fix dependabot alerts by @stoe in #106
- Bump moment from 2.27.0 to 2.29.1 by @dependabot in #78
- Bump lodash from 4.17.19 to 4.17.21 by @dependabot in #90
- Bump eslint-plugin-jest from 23.20.0 to 24.4.2 by @dependabot in #114
- Bump hosted-git-info from 2.8.5 to 2.8.9 by @dependabot in #91
- Bump glob-parent from 5.1.1 to 5.1.2 by @dependabot in #97
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #104
‼️ Release v2 by @stoe in #120
New Contributors
- @dependabot made their first contribution in #1
- @stoe made their first contribution in #106
Full Changelog: https://github.com/ActionsDesk/ghec-enterprise-reporting/commits/v2.0.0
GitHub Enterprise Reporting Initial Release
Release v1.0.0
Hey there this is our initial release! 🎉
What is this
This action is meant to be used by GitHub Enterprise customer to help with the creation of billing and usage reports.
This release only handles GitHub Enterprise accounts. Billing and usage information for organization is not supported with this release.
Please take a look at our README for details on how to use this action.
Using this action
To use this action it's important to have a GitHub token with access to your enterprise.
The token should have the following permissions
- admin:enterprise
- admin:org
Got to your developer settings to create a personal access token.
For more on GitHub token scopes take a look at our docs.
Feedback and Contributions
For feedback please create an issue and take a look at our CONTRIBUTION.md file for detail on how to contribute to this project.