Ein Workflow mit dem nachfolgenden Pfadfilter wird nur bei push-Ereignissen ausgeführt, bei denen sich mindestens eine Datei außerhalb des Verzeichnisses docs im Root des Repositorys befindet. on: push: path
For more information about if conditionals, see Workflow syntax for GitHub Actions and Metadata syntax for GitHub Actions. success Returns true when all previous steps have succeeded. Example of success steps: ... - name: The job has succeeded if: ${{ success() }} always Causes the step ...
Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Appearance settings Resetting focus
Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Appearance settings Resetting focus
Learn to interact with the GitHub API from GitHub Actions by using GitHub Script.Learning objectives In this module, you will: Use GitHub Script in your workflow. Comment on issues using octokit. Add issues to a project board using octokit. Use the workflow expression syntax to filter when ...
This uses the same syntax as MongoDB: itemCollection.find({ price: { "$gt": 90, "$lt": 150 } }, { $orderBy: { price: 1 // Sort ascending or -1 for descending } }); Grouping Results Version >= 1.3.757 You can specify a $groupBy option along with the find call to group...
A workflow is a configurable automated process made up of one or more jobs. You must create a YAML file to define your workflow configuration. In this article About YAML syntax for workflows name run-name on on.<event_name>.types on.<pull_request|pull_request_target>.<branches|branches-ign...
A workflow is a configurable automated process made up of one or more jobs. You must create a YAML file to define your workflow configuration. In this article About YAML syntax for workflows name run-name on on.<event_name>.types on.<pull_request|pull_request_target>.<branches|branches-ign...
Returns workflow runs created within the given date-time range. For more information on the syntax, see "Understanding the search syntax." exclude_pull_requestsboolean If true pull requests are omitted from the response (empty array). Default: false HTTP response status codes Status codeDescription...
arxanas/git-branchless - High-velocity, monorepo-scale workflow for Git [Apache License 2.0] (⭐️3698) ast-grep/ast-grep - ⚡A CLI tool for code structural search, lint and rewriting. Written in Rust [MIT License] (⭐️8767) augustofg/ddc-control - Stupid simple configuration ut...