1
0
mirror of synced 2025-12-30 12:02:01 -05:00
Commit Graph

15 Commits

Author SHA1 Message Date
Lucas Costi
e8329c4ed1 Add Actions policy for reusable workflows (#26287)
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2022-03-30 05:52:05 +00:00
Sarah Edwards
a1aad9333b Restrict workflow access to runner groups (#25463) 2022-03-10 11:10:19 -08:00
Ramya Parimi
4b3f6adc70 Merge branch 'main' into patch-2 2022-03-02 06:38:13 -06:00
Anthony
3818b30787 Adds condition for reusable workflow access to self-hosted runners (#25478)
Co-authored-by: hubwriter <hubwriter@github.com>
2022-02-22 15:14:49 +00:00
Vanessa
4b8b75e337 GitHub Enterprise Server 3.4 release candidate (#24754)
Co-authored-by: Laura Coursen <lecoursen@github.com>
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
Co-authored-by: Vanessa <vgrl@github.com>
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
Co-authored-by: Lars Schneider <larsxschneider@github.com>
Co-authored-by: Jared Murrell <primetheus@github.com>
Co-authored-by: Jules Parker <19994093+jules-p@users.noreply.github.com>
Co-authored-by: Docubot <67483024+docubot@users.noreply.github.com>
Co-authored-by: Martin Lopes <martin389@github.com>
Co-authored-by: Laura Coursen <lecoursen@github.com>
Co-authored-by: Sarita Iyer <saritai@github.com>
Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com>
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
Co-authored-by: hubwriter <hubwriter@github.com>
Co-authored-by: Steve Guntrip <stevecat@github.com>
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
Co-authored-by: Lars Schneider <larsxschneider@github.com>
Co-authored-by: Jared Murrell <primetheus@github.com>
Co-authored-by: github-openapi-bot <69533958+github-openapi-bot@users.noreply.github.com>
Co-authored-by: github-openapi-bot <github-openapi-bot@users.noreply.github.com>
2022-02-15 13:40:37 -05:00
Darren Reid
c9186d07c3 Use valid reusable workflow paths in example yml
The docs currently state:

> Reusable workflows are YAML-formatted files, very similar to any other workflow file. As with other workflow files, you locate reusable workflows in the `.github/workflows` directory of a repository. Subdirectories of the `workflows` directory are not supported.

But the example yml then presents the path `uses: ./.github/actions/my-action` which doesn't follow the initial advice about location of workflow files.

Change is to use `uses: ./.github/workflows/my-action` to make example valid, but this is assuming the `Creating a reusable workflow` section is also accurate.
2022-02-15 10:57:52 +11:00
Sarita Iyer
c13b698888 Merge branch 'main' into dependabot-graph-actions 2022-01-31 11:31:08 -05:00
Sarita Iyer
16cd253b48 updates based on feedback 2022-01-27 15:32:13 -05:00
Sarita Iyer
cb4855c5cd Apply suggestions from code review
Co-authored-by: Justin Hutchings <jhutchings1@users.noreply.github.com>
2022-01-26 10:50:46 -05:00
ajaykn
b9d1c491b0 Remove version in local action syntax (#24646) 2022-01-26 10:52:57 +00:00
Sarita Iyer
7308b6b39c use reusable for Actions 2022-01-25 15:53:38 -05:00
Sarita Iyer
570d19de05 add links in Actions articles 2022-01-25 15:45:30 -05:00
hubwriter
dee8b01375 Reusable workflows can be referenced with a local path [GA] (#24306)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2022-01-25 01:21:41 +00:00
Laura Coursen
86656c8e94 Share actions with your enterprise 2022-01-21 11:42:04 +00:00
Martin Lopes
2a58d29f33 Add new categories: "workflows" and "jobs". Add new articles for jobs. (#22898) 2022-01-17 16:45:57 +10:00