This fixes
- again the links.yml, which was not updating issue #583 anymore
- the concerning documentation of actions:
- if: !cancelled()
+ if: '!cancelled()'
(Solution found here)
mahlzahn/fix_actions_conditional_missing_quotes into next This fixes
- if: !cancelled()
+ if: '!cancelled()'
(Solution found here)
d39e2ac2e8
f338c137df
f338c137df
fcb5cb5634
Btw, I put some test workflows here: https://code.forgejo.org/mahlzahn/forgejo-actions-test/src/branch/main/.forgejo/workflows
Maybe, they or parts of them could be integrated into https://code.forgejo.org/forgejo/end-to-end/src/branch/main/actions ?
I was bitten more than once by this rather non-intuitive YAML thing 👍
The backport to v10.0 failed:
The process '/usr/bin/git' failed with exit code 1
To backport manually, run these commands in your terminal:
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-v10.0 v10.0
# Navigate to the new working tree
cd .worktrees/backport-v10.0
# Create a new branch
git switch --create backport/v10.0/pr-1023
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 900cbfd759cda0efe93f49d0f07e5525152ac8a6
# Push it to GitHub
git push --set-upstream origin backport/v10.0/pr-1023
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-v10.0
Then, create a pull request where the base branch is v10.0 and the compare/head branch is backport/v10.0/pr-1023.
Btw, I put some test workflows here: https://code.forgejo.org/mahlzahn/forgejo-actions-test/src/branch/main/.forgejo/workflows
Maybe, they or parts of them could be integrated into https://code.forgejo.org/forgejo/end-to-end/src/branch/main/actions ?
That sounds like a great idea. There are a few but not enough.
Finally, it worked. Now, the number of dead links is reduced by one half :)
Yeah!
Archived
Archived
Archived
Archived
Archived
Archived
Archived
Archived
Archived
No due date set.
No dependencies set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?