From 1b9e450bfda4258cf731b03cb13b730bf4603ce1 Mon Sep 17 00:00:00 2001 From: Pavel Buchart Date: Mon, 29 Jan 2024 15:25:00 +0100 Subject: [PATCH] Remove obsolete TODO and fix commit message --- .github/workflows/distribute-stale.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/distribute-stale.yml b/.github/workflows/distribute-stale.yml index 4328dcb..11bcfde 100644 --- a/.github/workflows/distribute-stale.yml +++ b/.github/workflows/distribute-stale.yml @@ -14,12 +14,11 @@ jobs: - uses: actions/checkout@v3 - uses: derberg/manage-files-in-multiple-repositories@v2 with: - # TODO: using my personal token here. need a bot token # needed scopes: repo, workflow github_token: ${{ secrets.GLOBAL_GH_ACTION_TOKEN }} # you must specify what pattern to include otherwise all files from the repository will be replicated patterns_to_include: '.github/dependabot.yml' - commit_message: 'Update dependabot.yml config' + commit_message: 'Update stale.yml config' committer_username: 'Atlas Team' committer_email: 'atlas@customink.com' exclude_forked: true