From d195f948138f2c745637b29ad3c7938e6bfe5093 Mon Sep 17 00:00:00 2001 From: Darren Nathanael Date: Tue, 5 Mar 2024 00:22:08 +0000 Subject: [PATCH] fix: workflows --- .forgejo/workflows/def.yml | 6 ++++++ {.gitea => .forgejo}/workflows/label.yml | 2 +- {.gitea => .forgejo}/workflows/stale.yml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .forgejo/workflows/def.yml rename {.gitea => .forgejo}/workflows/label.yml (90%) rename {.gitea => .forgejo}/workflows/stale.yml (95%) diff --git a/.forgejo/workflows/def.yml b/.forgejo/workflows/def.yml new file mode 100644 index 000000000..e883d7757 --- /dev/null +++ b/.forgejo/workflows/def.yml @@ -0,0 +1,6 @@ +on: [push] +jobs: + test: + runs-on: ubuntu-latest + steps: + - run: echo All Good \ No newline at end of file diff --git a/.gitea/workflows/label.yml b/.forgejo/workflows/label.yml similarity index 90% rename from .gitea/workflows/label.yml rename to .forgejo/workflows/label.yml index 461356907..721398e43 100644 --- a/.gitea/workflows/label.yml +++ b/.forgejo/workflows/label.yml @@ -19,4 +19,4 @@ jobs: steps: - uses: actions/labeler@v4 with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" + repo-token: "${{ secrets.DPASTE_TOKEN }}" diff --git a/.gitea/workflows/stale.yml b/.forgejo/workflows/stale.yml similarity index 95% rename from .gitea/workflows/stale.yml rename to .forgejo/workflows/stale.yml index 9eebe0d65..2688afb4a 100644 --- a/.gitea/workflows/stale.yml +++ b/.forgejo/workflows/stale.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/stale@v5 with: - repo-token: ${{ secrets.GITHUB_TOKEN }} + repo-token: ${{ secrets.DPASTE_TOKEN }} stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.' stale-pr-message: 'This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.' stale-issue-label: 'no-issue-activity'