1
0
mirror of synced 2026-01-07 18:01:41 -05:00
Commit Graph

29 Commits

Author SHA1 Message Date
Peter Bengtsson
be7d68ca38 Upgrade actions/checkout to v4.1.1 (#49390) 2024-02-27 17:07:15 +00:00
Peter Bengtsson
65895798c4 Fix Slack alert logic (#45044) 2023-10-25 21:03:09 +00:00
Kevin Heis
4a534c5d82 Standardized slack alert fails (#44074) 2023-10-13 11:06:12 -07:00
Peter Bengtsson
cfe4615303 Upgrade to actions/checkout v4.0.0 (#42181) 2023-09-07 16:32:55 +00:00
Kevin Heis
46e84b3ee4 Update PATs to new format (#38179) 2023-06-26 14:14:01 +00:00
Peter Bengtsson
53c7ae5301 Upgrade actions/checkout version (#36701) 2023-04-28 15:55:47 +00:00
Robert Sese
ad66f6497d bump actions/checkout from 3.0.1 to 3.1.0 🤖 (#33377) 2022-12-09 13:02:58 +00:00
Robert Sese
cc354862cd Fix site-policy-sync workflow script error (#31588) 2022-10-10 22:42:19 +00:00
Robert Sese
6e8bdac02f Only create a branch in the site policy repo if there are changes to push (#31100) 2022-10-03 22:51:31 +00:00
Robert Sese
e62c68e03b Try to fix policy sync workflow (#30821) 2022-09-20 12:02:28 -05:00
Kevin Xu
eb6af61c2f Update site-policy-sync.yml (#29491)
Co-authored-by: Vanessa <vgrl@github.com>
2022-08-01 21:42:23 +00:00
dependabot[bot]
5515db7171 Bump actions/checkout from 2.4.0 to 3.0.1 (#27016)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.0.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.4.0...dcd71f646680f2efd8db4afa5ad64fdcba30e748)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Robert Sese <rsese@github.com>
2022-04-20 12:04:00 -05:00
James M. Greene
3d88cae50b Add permission matrices to all Actions workflows (#23563)
* Add permission matrices to all Actions workflows

Also cleanup a few token references

* Add actions:read permissions for CodeQL

* Add prs:read permissions for unit test workflow
2021-12-14 04:37:36 +00:00
dependabot[bot]
038e81826b Bump actions/checkout from 2.3.5 to 2.4.0 (#23297)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](1e204e9a92...ec3a7ce113)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
2021-12-02 14:15:21 +00:00
Kevin Xu
089c9630dd Update site-policy-sync.yml (#23248) 2021-12-01 19:27:52 +00:00
Kevin Xu
d2c6d478fa add workflow_dispatch to if condition (#22732)
* add workflow_dispatch to if condition

* print PR_TITLE

Co-authored-by: Octomerger Bot <63058869+Octomerger@users.noreply.github.com>
Co-authored-by: Grace Park <gracepark@github.com>
2021-11-22 18:50:18 +00:00
Peter Cihon
542eea4190 Update site-policy-sync.yml (#22399)
* Update site-policy-sync.yml

* Update site-policy-sync.yml

Added permissions. Tested successfully on the private repo

* Update allowed-actions.js

Removing now extraneous action from permissions

* run prettier to remove trailing whitespaces

Co-authored-by: Kevin Xu <khxu@github.com>
2021-11-04 20:11:41 +00:00
Kevin Heis
4d1f7f915b Capital first letter of action names (#22491) 2021-10-29 17:32:11 +00:00
dependabot[bot]
cd74b07da1 Bump actions/checkout from 2.3.4 to 2.3.5 (#22264)
* Bump actions/checkout from 2.3.4 to 2.3.5

Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](5a4ac9002d...1e204e9a92)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* test

* removing test, works

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Grace Park <gracepark@github.com>
2021-10-21 00:19:35 +00:00
James M. Greene
41bd23742e Fix multiline 'if' syntax to not return false positives (#21220) 2021-08-31 17:17:55 +00:00
Peter Cihon
865b23f0e1 Update site-policy-sync.yml
adding filter to prevent (unmerged) closed PRs from pushing to the public repo
2021-05-24 15:31:43 -07:00
Peter Cihon
d2172e0400 Update site-policy-sync.yml
Passes closed PR title as pushed commit message and assigns authorship to site-policy-bot
2021-04-05 15:56:56 -07:00
Peter Cihon
ffc7dcec29 Update site-policy-sync.yml 2021-03-24 16:04:50 -07:00
Kevin Heis
62a8891954 Add descriptions to our actions workflows (#18019)
Co-authored-by: Sarah Edwards <skedwards88@github.com>
2021-03-23 21:31:28 +00:00
Rachael Sewell
e46c90de07 Only sync with site-policy repo from docs-internal (#18132) 2021-03-08 18:19:33 +00:00
Peter Cihon
c68eea93b2 Update site-policy-sync.yml (#17500)
* Update site-policy-sync.yml

* Update allowed-actions.js

Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
2021-01-28 20:18:07 +00:00
Peter Cihon
160085a9ec Update site-policy-sync.yml (#17256)
Added filter to reduce trigger events. Edited destination branch and commit message.

Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2021-01-14 14:54:33 +00:00
Chiedo John
849843806a Deactivate some actions on forks (#17226)
Deactivate some actions on forks

Closes #17220

Co-authored-by: chiedo <chiedo@users.noreply.github.com>
Co-authored-by: Rachael Sewell <rachmari@github.com>
2021-01-11 13:55:13 +00:00
Peter Cihon
fcc718fb5d Create site-policy-sync.yml (#17111)
Create site-policy-sync.yml

Co-authored-by: chiedo <chiedo@users.noreply.github.com>
Co-authored-by: Chiedo John <2156688+chiedo@users.noreply.github.com>
2021-01-07 19:22:12 +00:00