1 Commits

Author SHA1 Message Date
a6f7739891 Add renovate.json
Some checks failed
Label sponsors / is-sponsor-label (pull_request) Failing after 3s
2026-01-05 13:41:29 +00:00
6 changed files with 4 additions and 5 deletions

View File

@@ -1 +0,0 @@
* @luke

View File

@@ -9,6 +9,6 @@ jobs:
name: is-sponsor-label name: is-sponsor-label
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: JasonEtco/is-sponsor-label-action@v2 - uses: JasonEtco/is-sponsor-label-action@v1
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/stale@v10 - uses: actions/stale@v1
with: with:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue has been marked as stale due to inactivity. If this issue is still ongoing, please leave a comment.' stale-issue-message: 'This issue has been marked as stale due to inactivity. If this issue is still ongoing, please leave a comment.'

View File

@@ -26,5 +26,5 @@ If your policy requires scripts to be digitally signed, run
# Need help? # Need help?
If you need assistance, please try the following: If you need assistance, please try the following:
1. See the help documentation by running `Get-Help Import-TeamsUsers`. 1. See the help documentation by running `Get-Help Import-TeamsUsers`.
1. Check closed issues [here](https://git.tainton.uk/repos/TeamsUserEnroller/issues?type=all&state=closed). 1. Check closed issues [here](https://github.com/luketainton/Import-TeamsUsers/issues?q=is%3Aissue+sort%3Aupdated-desc+is%3Aclosed).
1. Open an issue [here](https://git.tainton.uk/repos/TeamsUserEnroller/issues/new). 1. Open an issue [here](https://github.com/luketainton/Import-TeamsUsers/issues/new).